From: Morgan Richomme Date: Thu, 27 Aug 2015 09:23:14 +0000 (+0200) Subject: source also creds for cleaning X-Git-Tag: arno.2015.2.0~76 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=10ce3ca06d83f105e9b381e164f10cbca3014ea8 source also creds for cleaning JIRA: FUNCTEST-42 Change-Id: I832153b26de98127832be3bf85458c9236d8fd98 Signed-off-by: Morgan Richomme --- diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 9ea7b2440..abd5bdf22 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -114,6 +114,8 @@ cp $HOME/.rally/tempest/for-deployment-*/tempest.conf $HOME/functest/results # cleanup + # source openstack vars + source $HOME/opnfv-openrc.sh python $WORKSPACE/testcases/config_functest.py --debug --force $WORKSPACE/ clean - job-template: @@ -180,6 +182,8 @@ cp $HOME/.rally/tempest/for-deployment-*/tempest.conf $HOME/functest/results # cleanup + # source openstack vars + source $HOME/opnfv-openrc.sh python $WORKSPACE/testcases/config_functest.py --debug --force $WORKSPACE/ clean - job-template: @@ -576,6 +580,8 @@ echo "Functest: prepare Functest environment" mkdir -p $HOME/functest/ + + # source openstack vars source $HOME/opnfv-openrc.sh # WORKSPACE is the root of the functest repo @@ -627,6 +633,7 @@ set +e # cleanup + source $HOME/opnfv-openrc.sh python $WORKSPACE/testcases/config_functest.py --debug --force $WORKSPACE/ clean - builder: