From: helenyao Date: Sat, 26 Nov 2016 01:32:49 +0000 (-0500) Subject: Bugfix: fix the wrong script path for healthcheck. X-Git-Tag: danube.1.RC1~286^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F24915%2F1;p=functest.git Bugfix: fix the wrong script path for healthcheck. JIRA: FUNCTEST-623 Change-Id: I9e37b25c989ce01d93920be372b3dc9845a3b0ae Signed-off-by: helenyao --- 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