Fixes syntax error on if statement with run_tests.sh
authorTim Rozet <trozet@redhat.com>
Thu, 14 Jan 2016 20:13:58 +0000 (15:13 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 14 Jan 2016 20:13:58 +0000 (15:13 -0500)
Change-Id: I97566b19a015780b7d26b3630605f969a8302f2e
Signed-off-by: Tim Rozet <trozet@redhat.com>
docker/run_tests.sh

index 46fe6cd..2cb10e3 100755 (executable)
@@ -35,7 +35,7 @@ report=""
 if [ -n "$DEPLOY_SCENARIO" ]; then
      testcase=`cat /home/opnfv/functest/conf/testcase-list.txt`
      arr_test=("$testcase")
-elif
+else
     arr_test=(vping odl tempest vims rally)
 fi