neutron/neutron/tests/functional/agent/linux
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
..
bin Use threads insted of greethreads in IP monitor 2019-10-23 18:36:59 +00:00
openvswitch_firewall use EGRESS_DIRECTION and INGRESS_DIRECTION from neutron-lib 2018-02-23 10:36:36 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base.py Remove deprecated vsctl ovsdb_interface api 2018-10-11 14:59:34 -04:00
helpers.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
simple_daemon.py Remove translation of help messages from tests 2017-09-25 09:49:38 +00:00
test_async_process.py All functional tests logs results now 2018-11-21 19:58:18 +00:00
test_bridge_lib.py Randomize VNI in FdbInterfaceTestCase 2019-09-25 16:23:31 +00:00
test_dhcp.py Use constant IP_VERSION_4/6 in functional tests 2018-08-27 21:45:56 +00:00
test_interface.py remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
test_ip_lib.py Set a default IP route metric in ip_lib.list_ip_routes 2020-02-17 15:09:00 +00:00
test_ipset.py Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
test_iptables.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
test_keepalived.py Check "keepalived" is stopped in KeepalivedManagerTestCase 2019-12-18 01:47:29 +00:00
test_l3_tc_lib.py remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
test_linuxbridge_arp_protect.py use neutron_lib's get_random_mac 2017-03-07 09:13:47 -06:00
test_netlink_lib.py [Functional tests] Change way how conntrack entries are checked 2019-03-02 09:07:07 +00:00
test_of_monitor.py OpenFlow monitor 2019-11-20 18:00:13 +00:00
test_ovsdb_monitor.py Trivial: Move platform independent modules to common dir 2018-08-14 09:54:01 +03:00
test_process_monitor.py Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
test_tc_lib.py Add TC filtering for VXLAN traffic 2019-05-28 08:27:42 +00:00
test_utils.py Trivial: Move platform independent modules to common dir 2018-08-14 09:54:01 +03:00