neutron/neutron/tests/unit/agent
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
..
common Allow to process FW OF rules belonging to a port in a single operation 2022-05-09 16:49:29 +00:00
dhcp Remove unused get_log_args 2022-06-08 14:59:38 +00:00
l2 Merge "[QoS] Unify agent "qos_network_policy_id" constant" 2022-05-06 23:55:23 +00:00
l3 Partially revert "Do not link up HA router gateway in backup node" 2022-05-24 11:24:30 +00:00
linux Fix tests involving pyroute2.netlink module 2022-06-14 11:47:56 +00:00
metadata Don't set HA ports down while L3 agent restart. 2022-03-01 14:27:42 +00:00
ovn Avoid register config options on imports 2022-05-05 07:55:42 +00:00
ovsdb Remove IDL classes implemented in ovsdbapp 2021-08-30 07:40:50 +00:00
windows Remove "six" library 2020-07-28 16:55:52 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_resource_cache.py Use payload callback for RPC resource_cache 2021-08-31 13:39:06 +00:00
test_rpc.py Remove "live_migration_events" configuration option 2022-04-24 00:45:26 +00:00
test_securitygroups_rpc.py remove unicode from code 2021-12-24 10:02:03 +08:00