From 17195cd6cfd4f378f5c0c0e4640a1ca620cba205 Mon Sep 17 00:00:00 2001 From: meimei Date: Tue, 26 Jan 2016 11:27:05 +0800 Subject: bugfix: syntax error Change-Id: Ic068cd162e49abe4ce3ce0f184c224b65bfcfb6c Signed-off-by: meimei --- docker/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 0a09160cb..3440a4552 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -130,7 +130,7 @@ function run_test(){ "bgpvpn") info "Running BGPVPN Tempest test case..." tempest_dir=$(ls -t /home/opnfv/.rally/tempest/ |grep for-deploy |tail -1) - if [[ $tempest_dir == "" ]]; + if [[ $tempest_dir == "" ]]; then echo "Make sure tempest was running before" exit 1 fi @@ -144,6 +144,7 @@ bgpvpn = True" >> /etc/tempest/tempest.conf ./run_tempest.sh -- networking_bgpvpn_tempest rm -rf /etc/tempest/tempest.conf popd + ;; "odl-vpnservice") info "Running VPNSERVICE Robot test case..." odl_tests -- cgit 1.2.3-korg