From 625dde8e972f2586e986a46225ce87ebd3823b79 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 19 Jan 2016 11:53:39 +0100 Subject: Added vPing2 using SCP and SSH instead of nova userdata Change-Id: I194f88a4d213e5ad2225241420a9254878f4f7f4 Signed-off-by: jose.lausuch --- docker/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index cb6fb0c8..f5b3b576 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -50,7 +50,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") -- cgit 1.2.3-korg