neutron/neutron/tests/unit/agent/linux
Slawek Kaplonski e5ccfee6cf Always use absolute path for custom kill-scripts
When rootwrap was used to run custom kill-scripts, it worked fine with
the executable name without full path as path was in the rootwrap's
exec_dirs config option thus rootwrap was able to find it.

But as we migrated to privsep it don't works like that anymore.
It's better to use absolute path of the kill-script always and that
patch changes to do it like that.

Change-Id: I66d70304530935e2add3345aba6aa3c549a0a2df
Closes-Bug: #1923198
2021-04-09 15:28:41 +02:00
..
openvswitch_firewall Migrate "ovs-ofctl" to oslo.privsep 2021-03-31 16:44:30 +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 Implement "BridgeDevice" with Pyroute2 2020-07-06 11:01:21 +00:00
test_daemon.py Remove the dependency on the "mock" package 2020-04-28 18:05:37 -04:00
test_dhcp.py Merge "Don't configure dnsmasq entries for "network" ports" 2021-02-23 19:42:13 +00:00
test_external_process.py Always use absolute path for custom kill-scripts 2021-04-09 15:28:41 +02:00
test_interface.py Migrate "ethtool" to oslo.privsep 2020-07-07 17:45:54 +00:00
test_ip_conntrack.py [OVS FW] Clean conntrack entries with mark == CT_MARK_INVALID 2021-02-18 09:14:23 +01:00
test_ip_lib.py Merge "Remove "IpCommandBase" base class" 2021-03-02 13:10:22 +00:00
test_ipset_manager.py Remove rootwrap execution (5) 2021-02-19 08:47:17 +00:00
test_iptables_firewall.py Fix "_get_sg_members" method 2021-04-06 12:54:26 +00:00
test_iptables_manager.py Remove rootwrap execution (4) 2021-02-08 10:05:51 +00:00
test_keepalived.py Revert "Implement "kill" method using os.kill()" 2021-03-25 22:05:58 +00:00
test_l3_tc_lib.py Remove rootwrap execution (1) 2021-02-06 16:22:43 +00:00
test_pd.py Ensure fip ip rules deleted when fip removed 2020-08-18 20:39:10 +01:00
test_tc_lib.py Fix the wrong value for QoS rate conversion to bytes/s 2020-06-20 19:38:30 +00:00
test_utils.py Revert "Implement "kill" method using os.kill()" 2021-03-25 22:05:58 +00:00