Remove usage of tempest test_l3_agent_scheduler

Tempest test 'test_l3_agent_scheduler' is going to be
removed from Tempest  - https://review.openstack.org/#/c/640767/

Same test exist in neutron-tempest-plugin[1], which can be used
if required.

[1] http://git.openstack.org/cgit/openstack/neutron-tempest-plugin/tree/neutron_tempest_plugin/api/admin/test_l3_agent_scheduler.py

Change-Id: I89488cafe0c901d8d5ad1dfea74c87f63e0d59ec
This commit is contained in:
ghanshyam 2019-03-07 04:47:34 +00:00
parent 9fbfaf22a7
commit dd10d159f1
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ r="$r|(?:tempest\.api\.network\.test_extra_dhcp_options\.ExtraDHCPOptionsTestJSO
r="$r|(?:tempest\.api\.network\.test_extensions\.ExtensionsTestJSON\..*)"
r="$r|(?:tempest\.api\.network\.test_allowed_address_pair\.AllowedAddressPairTestJSON\.test_update.*)"
r="$r|(?:tempest\.api\.network\.admin\.test_routers_dvr\.RoutersTestDVR\..*)"
r="$r|(?:tempest\.api\.network\.admin\.test_l3_agent_scheduler\.L3AgentSchedulerTestJSON\..*)"
r="$r|(?:tempest\.api\.network\.admin.\test_metering_extensions.*)"
# End list of exclusions.