summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest.yml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/functest.yml')
-rw-r--r--jjb/functest/functest.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml
index 3a7b09e09..e6729ea56 100644
--- a/jjb/functest/functest.yml
+++ b/jjb/functest/functest.yml
@@ -591,6 +591,9 @@
# prepare
echo "Functest: prepare Functest environment"
python $WORKSPACE/testcases/config_functest.py --debug $WORKSPACE/ start
+ if [ $? != 0 ]; then
+ exit 1
+ fi
# vPing
echo "Functest: run vPing"