X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest.yml;h=abd5bdf2268ce6e4d916e115ef10162243fea963;hb=10ce3ca06d83f105e9b381e164f10cbca3014ea8;hp=9ea7b24401d337ebe1eefa09edb9d07b00a777dd;hpb=c6744913a0d43086dcf3f9ac44eb0f721b84e725;p=releng.git 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: