From 843f43e5aef35eb9ca528b0fd655fe2732aec138 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 27 Dec 2019 01:56:21 +0100 Subject: Set create_shared_resources to true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It takes last Neutron Tempest plugin change into account [1]. It also increases test count. [1] https://review.opendev.org/#/c/692822/ Change-Id: I5e7218dd808069a0be6d481447576099aa9c63e9 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml') diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index c820932cb..4d801d455 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -71,3 +71,4 @@ neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,gre,local,vxlan provider_vlans: foo, + create_shared_resources: true -- cgit 1.2.3-korg