diff options
author | 2019-11-10 14:43:31 +0100 | |
---|---|---|
committer | 2019-11-13 23:06:16 +0100 | |
commit | ffab092b8d55e911175eef02320428936348b04b (patch) | |
tree | 128637848ebffda1ab5854cd0fc6d7e7170f5078 | |
parent | 590693e671136dab997c30ab52314ba297c9c5da (diff) |
Set provider_vlans in tempest Neutron_plugin_options
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 <cedric.ollivier@orange.com>
(cherry picked from commit 2f7805141872eb52adfaa2545d547e6a72d96ca0)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 82a76c926..dcc717e4a 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, |