From 5d126565c0b9e62ecba0b808af740f48541eafca Mon Sep 17 00:00:00 2001 From: helenyao Date: Fri, 25 Nov 2016 20:32:49 -0500 Subject: Bugfix: fix the wrong script path for healthcheck. JIRA: FUNCTEST-623 Change-Id: I9e37b25c989ce01d93920be372b3dc9845a3b0ae Signed-off-by: helenyao --- functest/ci/exec_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg