From 12caaf7f516c2c991a6eeddbf6353b7d587563b6 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 19 May 2016 08:25:36 +0200 Subject: fix vPing paths post refactoring effect Change-Id: I24e961965db5103af1625418e7f5ae977bcabf54 Signed-off-by: Morgan Richomme --- ci/exec_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 61d00c74..0bb8389d 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 -- cgit 1.2.3-korg