From f60e2e0a2a7a37cd2b80918d6201e6dff7d8056a Mon Sep 17 00:00:00 2001 From: Periyasamy Palanisamy Date: Thu, 15 Feb 2018 09:29:01 +0100 Subject: fix for sdnvpn CI test failure Change-Id: Ie55ccbe68f57a9bb03efc8b6eebf23a0018a0bca Signed-off-by: Periyasamy Palanisamy --- sdnvpn/test/functest/run_sdnvpn_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sdnvpn/test/functest') diff --git a/sdnvpn/test/functest/run_sdnvpn_tests.py b/sdnvpn/test/functest/run_sdnvpn_tests.py index 7e39e22..1ddc4c6 100644 --- a/sdnvpn/test/functest/run_sdnvpn_tests.py +++ b/sdnvpn/test/functest/run_sdnvpn_tests.py @@ -52,6 +52,7 @@ class SdnvpnFunctest(base.Feature): COMMON_CONFIG.neutron_subnet_quota, COMMON_CONFIG.neutron_port_quota, COMMON_CONFIG.neutron_router_quota) + test_utils.create_default_flavor() # Workaround for # https://jira.opnfv.org/projects/SDNVPN/issues/SDNVPN-115 -- cgit 1.2.3-korg