summaryrefslogtreecommitdiffstats
path: root/jjb/functest/set-functest-env.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-02-15Apex,Functest: Updates env detectionTim Rozet1-16/+18
If Apex installer VM doesn't exist (such as in snapshot deployments) and the credentials file is already provided, then can continue functest. This patch adds that functionality and removes detection for the "instack" installer VM which is deprecated. Change-Id: I4267aebbcf0582529f38d451a7e8ba30f71c132a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13CSIT: Fixes credential file passingTim Rozet1-1/+2
Change-Id: I1605452d5ad4e61915e537677fc291f911dfb6e8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-10Use the aarch64 image for functestCristina Pauna1-6/+11
An aarch64 image was created for functest in https://gerrit.opnfv.org/gerrit/#/c/27801/ This image is build and pushed with https://gerrit.opnfv.org/gerrit/#/c/28291/ In this commit, the aarch64 image is pulled when an aarch64 jenkins slave is used for running functest. JIRA: ARMBAND-180 Change-Id: Idfe7115275a056ef5137cff0a963910c2707457c Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU1-4/+3
GIT_BRANCH parameter is different; master or stable/danube in daily jobs, but 'refs/changes/57/27657/6' in verify jobs. This breaks some job builders triggered by the both types of jobs. We have GERRIT_BRANCH parameter for verify jobs to identify stream and expected branch into the patch will be merged after it got +2 and submitted. To avoid further confusion and to have common job builders for daily and verify jobs, this patch introduce BRANCH parameter. GERRIT_BRANCH is now deprecated. Change-Id: Ibcd42c1cd8a0be0f330878b21d3011f1ec97043b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-12-01Functest jjob: add the option to provide the rc file as parameterjose.lausuch1-17/+33
Change-Id: Icb5dd3f0f46eb4891609d1f0e4d868e84fe49a14 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-11-11Colorado bug fix: ci path did not changeMorgan Richomme1-0/+2
After refactoring of the repo structure we add to adapt the path in releng but this change is only valid for Danube and after old pathes must be kept for colorado JIRA: FUNCTEST-525 Change-Id: I4cf5951111dbb9cb3d7a002c24efe1167e994222 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-11-10Adapt jjb path to new functest repo structureMorgan Richomme1-1/+1
JIRA: FUNCTEST-525 Change-Id: I613757f98a7b41e924f1334053f83f8966536018 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
2016-09-09add doctor-functest verify jobRyota MIBU1-1/+3
This patch adds a new jenkins job which will be executed every time doctor patch is uploaded. The code will be verified by executing doctor scenario on the specific pod using functest. JIRA: DOCTOR-70 Change-Id: I480cd905991ccb1ef7426187fe83cbf1ae798ce9 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-25[Functest] Add DEPLOY_TYPE in the container creationjose.lausuch1-1/+4
Change-Id: Id06771db96d1ca014c153ffc2b7567d6b2ea07ea Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-07-01Apex, Functest: Fixes iptables ruleTim Rozet1-1/+1
Something in Apex is pushing the RETURN rule down the chain, and adding REJECT reject-with icmp-port-unreachable. This enhances the check to make sure not only does the rule exist, but it is at the top of the chain. Change-Id: I527bc45c30008aaf30d5bc9e1d474a14065b3fdf Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-01Functest, Apex: Add iptables forwarding ruleTim Rozet1-0/+7
Change-Id: Ice55eece4aad6b9b8a1f51ebac13e26251b50708 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-21Functest, fix stackrc docker volume for Apex deploymentsjose.lausuch1-2/+2
Change-Id: Iea61baaca6f52fc794011aba40195c76c6da6b68 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-06-21Apex, Functest: Fixes ssh options when copying Apex stackrcTim Rozet1-1/+2
Change-Id: I53e7e208d380beb2799182dc85394215d7397f7c Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-06-15Fixed destintation path used for stackrcLuke Hinds1-1/+1
JIRA: RELENG-116 Change-Id: I6aaa933616c6bb2d31ebcd51fbccaac6ed92aef4 Signed-off-by: Luke Hinds <lukehinds@gmail.com>
2016-06-15Functest, add stackrc file to container for security tests in Apexjose.lausuch1-1/+4
JIRA: RELENG-116 Change-Id: I178bc9046b3dc37b29b1b2fffd5c477ce4971afc Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-05-24functest: Take builders out of jjbFatih Degirmenci1-0/+73
Change-Id: I546b1b323db2d1839335a34e8293b27f368b0626 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>