diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-20 11:01:59 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-20 11:36:35 +0100 |
commit | 4475765f05a24e14f1d90db28941ff5ba5ca1be7 (patch) | |
tree | 822ed4994ceddc1b659f3cff905abb7243373ed1 /docker/run_tests.sh | |
parent | 4f0ed6bee0ec6ec3d55da5684f96ea9741b14b57 (diff) |
create 2 vPing scenario:vping and vping-userdata
the new vping scenario does not use the userdata/cloudinit functions
JIRA: FUNCTEST-3
Change-Id: Ia535a50a9cfd50d520b87c2dd9195747a61b0f1f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 7e8b0120..6ae12b90 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -59,6 +59,11 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/vPing/CI/libraries/vPing2.py \ --debug ${report} ;; + "vping_userdata") + info "Running vPing test using userdata/cloudinit.... " + python ${FUNCTEST_REPO_DIR}/testcases/vPing/CI/libraries/vPing.py \ + --debug ${report} + ;; "odl") info "Running ODL test..." neutron_ip=$(keystone catalog --service identity | grep publicURL | cut -f3 -d"/" | cut -f1 -d":") |