neutron/neutron/tests/functional
Rodolfo Alonso Hernandez 7593f95a74 Set a default IP route metric in ip_lib.list_ip_routes
By default, if no metric is defined, the kernel interprets the
highest value (0).

The current implementation, using pyroute2, is a translation from
the CLI command "ip route". This command uses the netlink API to
communicate with the kernel. In IPv6, when the metric value is not
set is translated as 1024 as default [1].

[1]https://access.redhat.com/solutions/3659171

Change-Id: I0c5f9e320bbbf314a2d6a22c515bf903de84cdaf
Related-Bug: #1855759
2020-02-17 15:09:00 +00:00
..
agent Set a default IP route metric in ip_lib.list_ip_routes 2020-02-17 15:09:00 +00:00
api Convert policy.json into policy-in-code 2018-12-13 20:37:53 +00:00
cmd Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01: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