neutron/neutron/tests/functional/agent
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
..
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 Replace "ip monitor" command with Pyroute2 implementation 2019-12-08 22:38:45 +00:00
linux Set a default IP route metric in ip_lib.list_ip_routes 2020-02-17 15:09:00 +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