Remove enablement of neutron tempest plugin in scenario templates
The plugin should be enabled by the tempest role due to the presence of the neutron inventory group. Change-Id: Ib37af0796edbcb3f4be4cd7c1093d407b12c50a7
This commit is contained in:
parent
7355944041
commit
c23153087a
@ -19,10 +19,6 @@ neutron_plugin_base:
|
||||
|
||||
neutron_ml2_drivers_type: "geneve,vlan,flat"
|
||||
|
||||
tempest_plugins:
|
||||
- name: neutron-tempest-plugin
|
||||
repo: https://opendev.org/openstack/neutron-tempest-plugin
|
||||
branch: master
|
||||
tempest_test_includelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
- "tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops"
|
||||
|
@ -15,10 +15,6 @@ neutron_plugin_type: ml2.ovs
|
||||
neutron_ml2_drivers_type: "vxlan,vlan,flat"
|
||||
|
||||
tempest_run_concurrency: 0
|
||||
tempest_plugins:
|
||||
- name: neutron-tempest-plugin
|
||||
repo: https://opendev.org/openstack/neutron-tempest-plugin
|
||||
branch: master
|
||||
tempest_test_includelist:
|
||||
- "neutron_tempest_plugin.api.test_networks*"
|
||||
- "tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops"
|
||||
|
Loading…
Reference in New Issue
Block a user