From: Peter Bandzi Date: Fri, 25 Sep 2015 10:56:05 +0000 (+0200) Subject: Removed command 'exit 0' X-Git-Tag: arno.2015.2.0^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7593a47068864ba5bd2af10f179ab594b1388788;p=functest.git Removed command 'exit 0' Forgot to remove it in previous commit JIRA: FUNCTEST-41 Change-Id: I411e3dc097cb550151480790fdf1aadae584099c Signed-off-by: Peter Bandzi --- diff --git a/testcases/Controllers/ODL/CI/start_tests.sh b/testcases/Controllers/ODL/CI/start_tests.sh index a6645fc3c..56f4d564d 100755 --- a/testcases/Controllers/ODL/CI/start_tests.sh +++ b/testcases/Controllers/ODL/CI/start_tests.sh @@ -61,7 +61,7 @@ sed -i "s/\"password\": \".*\"/\"password\": \"${PASS}\"/" ${BASEDIR}/integratio # Add Start Suite and Teardown Suite sed -i "/^Documentation.*/a Suite Teardown Stop Suite" ${BASEDIR}/integration/test/csit/suites/openstack/neutron/__init__.robot sed -i "/^Documentation.*/a Suite Setup Start Suite" ${BASEDIR}/integration/test/csit/suites/openstack/neutron/__init__.robot -exit 0 + if source $BASEDIR/venv/bin/activate; then echo -e "${green}Python virtualenv activated.${nc}" else