neutron/neutron/tests/functional/agent
Rodolfo Alonso Hernandez cc3b9df426 "ping"/"ping6" command support in rootwrap filters
To have correct support in rootwrap, "ping"/"ping6" command should
have the correct filters in rootwrap.

Because "ping" command is harmless, "CommandFilter" is used to allow
any binary call, regardless of the parameters used and the order.

Nevertheless, this patch also proposes to use "ping"/"ping6" with
the same parameters and a specific order, to help in the debug
process:
- ping[6] -W <timeout> <address>
- ping[6] -W <timeout> -c <count> <address>
- ping[6] -W <timeout> -c <count> -i <interval> <address>

Those commands could be called from inside a namespace. The needed
filter is also added in this patch.

Change-Id: Ie5cbc0dcc76672b26cd2605f08cfd17a30b4c905
Closes-Bug: #1863006
2020-02-13 11:58:01 +00:00
..
common Add OVS QoS driver cache for minimum bandwidth rules 2020-01-07 14:40:28 +00:00
l2 ovs agent: signal to plugin if tunnel refresh needed 2020-01-09 14:18:43 +00:00
l3 "ping"/"ping6" command support in rootwrap filters 2020-02-13 11:58:01 +00:00
linux Merge "Check "keepalived" is stopped in KeepalivedManagerTestCase" 2020-01-10 23:27:07 +00:00
ovsdb Switch test cases to sudo dependent 2019-07-19 21:48:09 -05:00
windows All functional tests logs results now 2018-11-21 19:58:18 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Do not inherit from built-in "dict" 2019-11-29 18:12:07 +00:00
test_firewall.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_l2_lb_agent.py LB Trunk: Stop matching MAC of subport to port model 2017-03-01 14:10:00 +00:00
test_l2_ovs_agent.py Merge "Stop OVS agent before starting it again" 2019-05-30 09:03:49 +00:00
test_ovs_flows.py Collect exception information in ARPSpoofTestCase only if initialized 2020-01-24 14:06:50 +00:00
test_ovs_lib.py Set OpenFlow 1.0, 1.3 and 1.4 by default on bridges 2020-01-16 22:13:22 +00:00