neutron/neutron/tests/functional
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
..
agent "ping"/"ping6" command support in rootwrap filters 2020-02-13 11:58:01 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Modify exception string to have more information 2020-01-14 10:16:53 +00:00
common All functional tests logs results now 2018-11-21 19:58:18 +00:00
db Check "security_group_rule" quota during security group creation 2020-01-28 12:02:52 +00:00
pecan_wsgi Remove references to unittest2 library 2020-01-14 09:03:26 +00:00
plugins use neutron_lib's portbindings api-def 2017-03-31 09:16:22 -06:00
privileged Avoid calling util.kill_process to kill "sleep" 2019-09-19 12:38:41 +00:00
sanity All functional tests logs results now 2018-11-21 19:58:18 +00:00
scheduler Add binding_index to NetworkDhcpAgentBinding 2019-08-29 12:52:07 +04:00
services Merge "Add description field to portforwarding NAT rules" 2020-01-31 15:43:23 +00:00
tests NetcatTester.stop_processes skip "No such process" exception 2019-11-20 17:47:17 +00:00
__init__.py tests: removed 'retargetable' framework 2017-05-02 16:45:49 +00:00
base.py Enable ovsdb debug messages in functional and fullstack 2020-01-29 17:11:44 +00:00
constants.py TrunkManager for the OVS agent 2016-08-24 02:52:17 -04:00
requirements.txt Don't return null-byte separated string from ExternalProcess.cmdline() 2017-03-08 07:50:51 +00:00
test_server.py Make Neutron gate great again 2019-09-06 07:44:29 +00:00
test_service.py Modify api and rpc default number of workers 2019-02-19 13:24:01 -07:00