summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authormei mei <meimei@huawei.com>2016-01-20 01:16:03 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-20 01:16:03 +0000
commit4f0ed6bee0ec6ec3d55da5684f96ea9741b14b57 (patch)
treeb3fe8b2bb0ac525ed059eb97a401239676d49c69 /docker
parent16e9bf66c5737e725a09064783599eb94e215095 (diff)
parent625dde8e972f2586e986a46225ce87ebd3823b79 (diff)
Merge "Added vPing2 using SCP and SSH instead of nova userdata"
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index 54031ea9e..7e8b01206 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")