neutron/neutron/tests/unit
Rodolfo Alonso Hernandez 5a9695c819 Make ``MechDriverSetupBase`` abstract
The class ``MechDriverSetupBase`` is a base class for other testing
classes. Make it explicitly an abstract class although that won't
prevent from instantiating an object of this class.

Trivial-Fix

Change-Id: I0236f5ede20cd1cbc44a5a79013eab12a7843389
2022-05-18 14:23:40 +00:00
..
agent Fix pep8 endless loop in "test_update_flows_for_vlan_remote_group" 2022-05-12 04:32:43 +00:00
api [quota] Enable ``DbQuotaDriverNull`` as a production driver 2022-04-05 10:10:46 +00:00
cmd Add upgrade check for extra DHCP options 2022-01-13 20:40:42 +01:00
common Avoid register config options on imports 2022-05-05 07:55:42 +00:00
conf Add ADMIN role and remove scope from the check strings 2022-04-11 10:48:05 +00:00
core_extensions Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
db [L3HA] Don't update HA router's ports if router isn't active on agents 2022-05-13 15:05:47 +00:00
debug Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
extensions Merge "[OVN] Implement GW IP network QoS inheritance" 2022-05-09 23:47:31 +00:00
hacking Remove "six" library 2020-07-28 16:55:52 +00:00
ipam Remove exception ``IpAddressAllocationNotFound`` 2022-03-16 16:48:06 +00:00
notifiers Use a thread local variable to store the Nova Notifier enable flag 2022-02-02 08:03:38 +00:00
objects [OVN] Implement GW IP network QoS inheritance 2022-04-15 01:10:31 +00:00
pecan_wsgi Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
plugins Make ``MechDriverSetupBase`` abstract 2022-05-18 14:23:40 +00:00
privileged Add retry for privsep get_link_devices 2022-03-17 10:27:31 +01:00
quota Replace "tenant_id" with "project_id" in Quota engine 2021-09-22 08:27:10 +00:00
scheduler [OVN] Reschedule router GW chassis when AZ updated 2022-03-14 00:33:23 +00:00
services Merge "[OVN][port-forwarding] Add lb also to logical_switches" 2022-04-25 12:37:09 +00:00
tests Merge "Replace assertItemsEqual with assertCountEqual" 2021-04-26 19:12:38 +00:00
__init__.py Don't set use_stderr to False for tests 2017-04-15 01:41:29 +00:00
_test_extension_portbindings.py Deprecate 'allow_overlapping_ips' config option 2021-10-21 10:56:33 +00:00
dummy_plugin.py Remove Neutron LBaaS 2019-09-20 07:46:06 +00:00
extension_stubs.py Consume ServicePluginBase from neutron-lib 2017-03-17 12:06:57 -06:00
fake_resources.py Merge "[OVN] Reschedule router GW chassis when AZ updated" 2022-03-25 18:50:54 +00:00
test_auth.py Fix context deprecation warnings 2018-02-13 15:02:49 -05:00
test_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_neutron_plugin_base_v2.py Add unit test to validate non DB base core plugin can be loaded 2017-11-15 21:21:35 +00:00
test_opts.py Provide the rpc_response_max_timeout parameter to sriov-agent 2021-06-06 23:56:14 +09:00
test_policy.py Handle properly InvalidScope exceptions to not return error 500 2022-03-30 14:52:37 +00:00
test_service.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_worker.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_wsgi.py Disable tracebacks of eventlet.wsgi.server 2022-01-11 09:33:12 +01:00
testlib_api.py Remove usage of six.text_type and six.string_type 2020-05-22 14:02:55 -04:00