diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-19 11:53:39 +0100 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-01-20 09:41:21 +0000 |
commit | a7930e2b4ef5a9dc715d5dae00232c338d9313a7 (patch) | |
tree | b3fe8b2bb0ac525ed059eb97a401239676d49c69 /docker | |
parent | 0ae68c03b9669a2b413110e20f96a562f9542b91 (diff) |
Added vPing2 using SCP and SSH instead of nova userdata
Change-Id: I194f88a4d213e5ad2225241420a9254878f4f7f4
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit 625dde8e972f2586e986a46225ce87ebd3823b79)
Diffstat (limited to 'docker')
-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 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") |