neutron/neutron/tests/functional/agent/linux
Slawek Kaplonski 3f3e5d619f Fix get_ipv6_llas method in the interface driver
This method is using ip_lib.get_devices_with_ip function to get
IP addresses with scope "link".
Unfortunatelly this method wasn't translating scope names to the pyrout2
values and due to that wasn't returning correct IP addresses.

Now this is fixed and correctl link local IPv6 addresses are returned.

Change-Id: Ia41c1bc627ad2ce89d658ff1fdedee802f6dfa15
Closes-Bug: #1892489
(cherry picked from commit a4e04a7f8b)
2020-08-24 07:11:21 +00:00
..
bin Adopt hacking 1.1.0 2018-07-05 11:31:40 +09: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 LinuxBridge: Use ifindex for logical 'timestamp' 2016-09-14 17:02:46 +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 Fix get_ipv6_llas method in the interface driver 2020-08-24 07:11:21 +00:00
test_ip_lib.py Check the namespace is ready in test_mtu_update tests 2019-09-13 09:35:01 +00:00
test_ip_monitor.py Trivial: Move platform independent modules to common dir 2018-08-14 09:54:01 +03: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 Configure keepalived interfaces according to config file 2020-04-07 20:24:32 +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_ovsdb_monitor.py Trivial: Move platform independent modules to common dir 2018-08-14 09:54:01 +03:00
test_process_monitor.py All functional tests logs results now 2018-11-21 19:58:18 +00:00
test_tc_lib.py Implement add_tc_qdisc and list_tc_qdiscs using pyroute2 2019-02-07 11:12:35 +00:00
test_utils.py Trivial: Move platform independent modules to common dir 2018-08-14 09:54:01 +03:00