aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorhelenyao <yaohelan@huawei.com>2016-11-25 20:32:49 -0500
committerhelenyao <yaohelan@huawei.com>2016-11-25 20:32:49 -0500
commit5d126565c0b9e62ecba0b808af740f48541eafca (patch)
tree8e2f0d2775346b955ad3bb6d98786546a2495676 /functest
parent9a69a7e51bc387681946be68f6fb7e915183018a (diff)
Bugfix: fix the wrong script path for healthcheck.
JIRA: FUNCTEST-623 Change-Id: I9e37b25c989ce01d93920be372b3dc9845a3b0ae Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'functest')
-rw-r--r--functest/ci/exec_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/exec_test.sh b/functest/ci/exec_test.sh
index 16c2ed3ea..913ce08ec 100644
--- a/functest/ci/exec_test.sh
+++ b/functest/ci/exec_test.sh
@@ -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