neutron/neutron/tests/unit/agent/linux
Slawek Kaplonski 9c242a0329 Allow usage of legacy 3rd-party interface drivers
In the patch [1] we changed definition of the abstract method
"plug" in the LinuxInterfaceDriver class.
That broke e.g. 3rd-party drivers which still don't accept this
new parameter called "link_up" in the plug_new method.

So this patch fixes this to make such legacy drivers to be still working
with the new base interface driver class.

This commit also marks such definition of the plug_new method as
deprecated. Possibility of using it without accepting link_up parameter
will be removed in the "W" release of the OpenStack.

[1] https://review.opendev.org/#/c/707406/

Change-Id: Icd555987a1a57ca0b31fa7e4e830583d6c69c861
Closes-Bug: #1879307
(cherry picked from commit 30d573d5ab)
2020-05-21 08:38:59 +00:00
..
openvswitch_firewall Check SG members instead of ports to skip flow update 2020-02-18 18:45:44 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
failing_process.py Keep reading stdout/stderr until after kill 2015-11-19 19:14:13 +02:00
test_bridge_lib.py Change to use iproute2 instead of brctl 2018-11-14 12:46:37 -05:00
test_daemon.py use test tools from neutron-lib 2019-06-05 06:21:04 -06:00
test_dhcp.py Use dhcp-host tag support when supported 2020-05-13 21:24:42 +00:00
test_external_process.py Check dnsmasq process is active when spawned 2019-10-30 12:23:56 +00:00
test_interface.py Allow usage of legacy 3rd-party interface drivers 2020-05-21 08:38:59 +00:00
test_ip_conntrack.py Move conntrack zones to IPTablesFirewall 2017-03-30 14:54:51 -07:00
test_ip_lib.py Avoid raising NetworkInterfaceNotFound exception in DHCP agent logs 2020-04-23 15:49:24 +00:00
test_ip_link_support.py sriov: implement spoofchecking configuration 2015-07-29 19:38:25 +02:00
test_ipset_manager.py Create ipset set_name_exists() method 2015-10-14 10:18:44 -04:00
test_iptables_firewall.py Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
test_iptables_manager.py Do not initialize the iptables nat table in the dhcp-agent 2019-04-24 20:56:03 -04:00
test_keepalived.py [L3 HA] Add "no_track" option to VIPs in keepalived config 2020-04-23 07:14:25 +00:00
test_l3_tc_lib.py Use Pyroute2 "add_tc_qdisc" function in l3_tc_lib 2019-07-05 08:13:07 +00:00
test_pd.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
test_tc_lib.py Add TC filtering for VXLAN traffic 2019-05-28 08:27:42 +00:00
test_utils.py Fix race condition when getting cmdline 2019-09-18 21:32:33 -04:00
test_xenapi_root_helper.py Use os-xenapi for neutron when XenServer as hypervisor 2017-03-30 18:33:37 +00:00