From ba71f4f42b1e8f3f8ddd2df3644537a7dfb66a1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 10 Nov 2019 14:43:31 +0100 Subject: [PATCH] Set provider_vlans in tempest Neutron_plugin_options MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Few tests are skipped if this value is unset. Then it's needed to fully cover Neutron Trunk (Compliance). Change-Id: Ife4becb7ff8b47c2d90fc6c5eb4f585685205ed6 Signed-off-by: Cédric Ollivier (cherry picked from commit 2f7805141872eb52adfaa2545d547e6a72d96ca0) --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 1 + 1 file changed, 1 insertion(+) 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 116088c04..6fb01f123 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -37,3 +37,4 @@ load_balancer: neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,gre,local,vxlan + provider_vlans: foo, -- 2.16.6