neutron/neutron/tests/common
Rodolfo Alonso Hernandez 4d9d77fd2e "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-09-04 13:28:18 +00:00
..
agents [Fullstack] Change how DSCP marking packets are tested 2018-01-08 09:13:02 +00:00
exclusive_resources use synchronized lock decorator from neutron-lib 2017-10-04 13:57:42 -06:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
config_fixtures.py Replace six.iteritems with dict.items(Part-2) 2017-04-18 18:56:46 +08:00
conn_testers.py ovs-fw: Apply openflow rules immediately during update 2018-04-24 14:55:30 +00:00
helpers.py Always set ovs bridge name in vif:binding-details 2020-01-02 17:14:21 +08:00
l3_test_common.py Give some HA router case specific resources 2019-04-25 08:30:34 +00:00
machine_fixtures.py Merge "fullstack: test for IPv6 north-south traffic" 2016-11-09 12:02:45 +00:00
net_helpers.py "ping"/"ping6" command support in rootwrap filters 2020-09-04 13:28:18 +00:00