From d176e20067368d834e8b77d4f685f48cb54d03f5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 27 Aug 2018 20:24:47 +0200 Subject: Support VIO (VMware in OpenStack) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 12fae7c19..44e81abcc 100644 --- a/tox.ini +++ b/tox.ini @@ -111,6 +111,7 @@ files = functest/opnfv_tests/openstack/cinder/write_data.sh functest/opnfv_tests/openstack/cinder/read_data.sh 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} -- cgit 1.2.3-korg