neutron/neutron/tests/functional/agent/l3
Rodolfo Alonso Hernandez 055484a3ab "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.

Conflicts:
    etc/neutron/rootwrap.d/debug.filters
    neutron/tests/common/net_helpers.py

Change-Id: Ie5cbc0dcc76672b26cd2605f08cfd17a30b4c905
Closes-Bug: #1863006
(cherry picked from commit cc3b9df426)
2020-11-10 07:56:43 +00:00
..
extensions [agent side] L3 agent side Floating IP port forwarding 2018-07-27 18:25:47 +08:00
__init__.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
framework.py Add 'keepalived_use_no_track' config option 2020-08-25 10:27:05 +02:00
test_dvr_router.py Give some HA router case specific resources 2019-04-17 13:08:10 +02:00
test_ha_router.py Delay HA router transition from "backup" to "master" 2020-04-09 21:14:53 +02:00
test_keepalived_state_change.py Set initial ha router state in neutron-keepalived-state-change 2019-03-14 21:15:46 +00:00
test_legacy_router.py "ping"/"ping6" command support in rootwrap filters 2020-11-10 07:56:43 +00:00
test_metadata_proxy.py Switch ns-metadata-proxy to haproxy 2017-03-08 15:20:50 +00:00
test_namespace_manager.py Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00