diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-27 20:24:47 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-12 12:02:02 +0200 |
commit | 80888497f7f6f4abb93d0c9dc368cb2009f8fc3e (patch) | |
tree | 5d854c40d6801ec0c09c5221686706546d2e571f /tox.ini | |
parent | 82816f5f2796fb74ea209b71b0f7821494d44fa3 (diff) |
Support VIO (VMware in OpenStack)
It allows converting all images to vmdk and then patching all
testcases. DEPLOY_SCENARIO should match vio to do so.
convert_images.sh has to be called as prerequisite.
JIRA: FUNCTEST-992
JIRA: FUNCTEST-993
Change-Id: Ie35bf80af1cd9610a8c416ec01b81b61c6148cfe
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d176e20067368d834e8b77d4f685f48cb54d03f5)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ commands = nosetests {[testenv:py35]dirs} basepython = python2.7 files = functest/opnfv_tests/openstack/rally/scenario/support/instance_dd_test.sh + functest/ci/convert_images.sh functest/ci/download_images.sh build.sh commands = bashate {[testenv:bashate]files} |