diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-19 08:25:36 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-19 08:25:36 +0200 |
commit | 12caaf7f516c2c991a6eeddbf6353b7d587563b6 (patch) | |
tree | 5bfb1fa3410ed7297b1d12a50732721453df5bb0 /ci/exec_test.sh | |
parent | 68d29b6f6e71df6b4f177cd417f98d9e977f8893 (diff) |
fix vPing paths post refactoring effect
Change-Id: I24e961965db5103af1625418e7f5ae977bcabf54
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |