From: Morgan Richomme Date: Thu, 19 May 2016 06:25:36 +0000 (+0200) Subject: fix vPing paths post refactoring effect X-Git-Tag: colorado.1.0~377 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=12caaf7f516c2c991a6eeddbf6353b7d587563b6;p=functest.git fix vPing paths post refactoring effect Change-Id: I24e961965db5103af1625418e7f5ae977bcabf54 Signed-off-by: Morgan Richomme --- diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 61d00c744..0bb8389d5 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -72,10 +72,10 @@ function run_test(){ ${FUNCTEST_REPO_DIR}/testcases/OpenStack/healthcheck/healthcheck.sh ;; "vping_ssh") - python ${FUNCTEST_REPO_DIR}/testcases/vPing/vPing_ssh.py $report + python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/vPing/vPing_ssh.py $report ;; "vping_userdata") - python ${FUNCTEST_REPO_DIR}/testcases/vPing/vPing_userdata.py $report + python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/vPing/vPing_userdata.py $report ;; "odl") odl_tests