diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-08-22 07:14:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-22 07:14:00 +0000 |
commit | 9702e358bc92cb2a3f57d78d61cb2ff5a3379622 (patch) | |
tree | ba69633e75f44cfe55206b6a0f6747d1ad54f796 /ci/exec_test.sh | |
parent | 637cb9391f8f8467a3e68288e6252377bf0f2b80 (diff) | |
parent | 1da5dd1c5a8b3d3f72086a56a0d525f50199db8b (diff) |
Merge "refactor vping"
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 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 |