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:
Jonathan Rosser 2022-02-09 15:08:17 +00:00 committed by Dmitriy Rabotyagov
parent 7355944041
commit c23153087a
2 changed files with 0 additions and 8 deletions

View File

@ -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"

View File

@ -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"