Bugfix: fix the wrong script path for healthcheck.
authorhelenyao <yaohelan@huawei.com>
Sat, 26 Nov 2016 01:32:49 +0000 (20:32 -0500)
committerhelenyao <yaohelan@huawei.com>
Sat, 26 Nov 2016 01:32:49 +0000 (20:32 -0500)
JIRA: FUNCTEST-623

Change-Id: I9e37b25c989ce01d93920be372b3dc9845a3b0ae
Signed-off-by: helenyao <yaohelan@huawei.com>
functest/ci/exec_test.sh

index 16c2ed3..913ce08 100644 (file)
@@ -82,7 +82,7 @@ function run_test(){
 
     case $test_name in
         "healthcheck")
-            ${FUNCTEST_TEST_DIR}/OpenStack/healthcheck/healthcheck.sh
+            ${FUNCTEST_TEST_DIR}/openstack/healthcheck/healthcheck.sh
         ;;
         "odl")
             odl_tests