neutron/neutron
Dr. Jens Harbott d01700034a Fix tests involving pyroute2.netlink module
pyroute2 0.6.11 did some further refactoring of their module imports,
so using pyroute2.netlink.some_func() doesn't work anymore. Since we
do "from pyroute2 import netlink" anyway, use the imported module
everywhere.

Also, mock.patch()ing pyroute2.netlink.rtnl.tcmsg.common.tick_in_usec
doesn't work anymore, but also doesn't seem to be necessary for the
tests to succeed, so just drop it.

Closes-Bug: 1978564
Change-Id: Ie06b987f7efbff8057293893e42bee7b682b9ba1
2022-06-14 11:47:56 +00:00
..
agent Merge "Add "max-rate" value to minimum bandwidth rules" 2022-06-09 09:38:23 +00:00
api Merge "FUP: remove convert_to_sanitized_binding_profile_allocation" 2022-05-17 13:04:53 +00:00
cmd Fix typos in log/error messages 2022-06-01 21:17:29 +05:30
common Merge "[OVN] Make binding profile validation more robust" 2022-06-10 18:55:00 +00:00
conf Merge "openflow_processed_per_port should be ovs-agent only" 2022-06-10 18:55:05 +00:00
core_extensions Revert "Set system_scope='all' in elevated context" 2021-06-15 10:29:20 +02:00
db Merge "Fix typos in log/error messages" 2022-06-02 18:43:19 +00:00
debug Fix typos in log/error messages 2022-06-01 21:17:29 +05:30
exceptions Add port-resource-request-groups extension 2021-10-21 14:30:07 +02:00
extensions Start using security-groups-shared-filtering from neutron-lib 2022-05-19 12:51:15 -04:00
hacking Follow up for replacing assertItemsEqual 2021-06-03 16:04:07 +00:00
ipam Remove exception ``IpAddressAllocationNotFound`` 2022-03-16 16:48:06 +00:00
locale Imported Translations from Zanata 2022-04-30 03:45:16 +00:00
notifiers Log request IDs for matched Nova external events 2022-03-17 16:34:59 +05:30
objects Optimize queries for port operations 2022-06-13 10:30:11 +02:00
pecan_wsgi Merge "Handle properly InvalidScope exceptions to not return error 500" 2022-04-19 06:42:29 +00:00
plugins Optimize queries for port operations 2022-06-13 10:30:11 +02:00
privileged Add retry for privsep get_link_devices 2022-03-17 10:27:31 +01:00
profiling Remove "six" library 2020-07-28 16:55:52 +00:00
quota Merge "[quota] Enable ``DbQuotaDriverNull`` as a production driver" 2022-04-12 14:55:22 +00:00
scheduler [OVN] Reschedule router GW chassis when AZ updated 2022-03-14 00:33:23 +00:00
server Use monkey_patch for neutron API server. 2022-04-28 13:34:36 +00:00
services Merge "Fix typos in log/error messages" 2022-06-02 18:43:19 +00:00
tests Fix tests involving pyroute2.netlink module 2022-06-14 11:47:56 +00:00
__init__.py Remove usage of six.PY2 2020-05-22 12:59:01 -04:00
_i18n.py
auth.py Add fake_project_id middleware for noauth 2021-07-05 21:18:09 +05:30
manager.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
neutron_plugin_base_v2.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
opts.py Change 'DHCP' option group name to 'dhcp' 2022-04-28 15:15:08 -04:00
policy.py Bump oslo.policy to 3.12.0 2022-05-02 12:47:16 +02:00
service.py Re-use existing ProcessLauncher from wsgi in RPC workers 2020-02-07 14:51:06 +01:00
version.py
worker.py Change process name of neutron-server to match worker role 2019-03-01 14:18:09 -05:00
wsgi.py Disable tracebacks of eventlet.wsgi.server 2022-01-11 09:33:12 +01:00