X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest.yml;h=9e3ff5196286c5634eeb141e4bd88b533542c7e5;hb=a4b4db1dfe160d0ca0490abacdfc677f59fec6fe;hp=e6729ea5650bd66582fe4d538fa903b22a530bc6;hpb=d7ea0c198f58fc8a4e4c46e3d6e03db384a733e4;p=releng.git diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index e6729ea56..9e3ff5196 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -582,6 +582,11 @@ mkdir -p $HOME/functest/ # source openstack vars + if [ ! -f $HOME/opnfv-openrc.sh ]; then + echo "Credentials file not found in "$HOME/opnfv-openrc.sh + exit 1 + fi + echo "Sourcing the OpenStack credentials in"$HOME/opnfv-openrc.sh source $HOME/opnfv-openrc.sh # WORKSPACE is the root of the functest repo @@ -592,6 +597,7 @@ echo "Functest: prepare Functest environment" python $WORKSPACE/testcases/config_functest.py --debug $WORKSPACE/ start if [ $? != 0 ]; then + echo "Error when configuring Functest environment" exit 1 fi