diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | ci/generate_report.py | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index d7883307b..a6eeab49b 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -73,10 +73,10 @@ function run_test(){ ${FUNCTEST_REPO_DIR}/testcases/OpenStack/healthcheck/healthcheck.sh ;; "vping_ssh") - python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/vPing/vPing_ssh.py $report + python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/vPing/vping.py -m ssh $report ;; "vping_userdata") - python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/vPing/vPing_userdata.py $report + python ${FUNCTEST_REPO_DIR}/testcases/OpenStack/vPing/vping.py -m userdata $report ;; "odl") odl_tests diff --git a/ci/generate_report.py b/ci/generate_report.py index 3ca2847bd..3ca2847bd 100644..100755 --- a/ci/generate_report.py +++ b/ci/generate_report.py |