diff options
author | mei mei <meimei@huawei.com> | 2016-01-20 01:16:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-20 01:16:03 +0000 |
commit | 4f0ed6bee0ec6ec3d55da5684f96ea9741b14b57 (patch) | |
tree | b3fe8b2bb0ac525ed059eb97a401239676d49c69 /docker/run_tests.sh | |
parent | 16e9bf66c5737e725a09064783599eb94e215095 (diff) | |
parent | 625dde8e972f2586e986a46225ce87ebd3823b79 (diff) |
Merge "Added vPing2 using SCP and SSH instead of nova userdata"
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 54031ea9..7e8b0120 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -56,7 +56,7 @@ function run_test(){ case $test_name in "vping") info "Running vPing test..." - python ${FUNCTEST_REPO_DIR}/testcases/vPing/CI/libraries/vPing.py \ + python ${FUNCTEST_REPO_DIR}/testcases/vPing/CI/libraries/vPing2.py \ --debug ${report} ;; "odl") |