From 8814278bc98ff0ecc03cc1e980eac2b20f39483f Mon Sep 17 00:00:00 2001 From: nikoskarandreas Date: Tue, 29 May 2018 16:00:47 +0300 Subject: Create and pass references of flavor and image to tempest When invoked from SDNVPN, Tempest scenario functest test cases try to use flavor and image references from the tempest.conf file which are currently empty. This patch uses the default flavor that is created by the test suite and the creates an image using the availabe cirros image, which is deleted at the end. JIRA: SDNVPN-209 Change-Id: I6a6fd636fec2c0fa7d35981ca51d59f06a4d9d69 Signed-off-by: nikoskarandreas (cherry picked from commit c6fbfb9651f5293c544351d3c9c549dfa24fafc6) --- sdnvpn/test/functest/config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'sdnvpn/test/functest/config.yaml') diff --git a/sdnvpn/test/functest/config.yaml b/sdnvpn/test/functest/config.yaml index d719453..d5dd337 100644 --- a/sdnvpn/test/functest/config.yaml +++ b/sdnvpn/test/functest/config.yaml @@ -5,6 +5,7 @@ testcases: sdnvpn.test.functest.run_tempest: enabled: true description: Neutron BGPVPN tests in tempest + image_name: bgpvpn-tempest-image sdnvpn.test.functest.testcase_1: enabled: true -- cgit 1.2.3-korg