neutron/neutron/tests/unit/agent/l3/extensions/qos
Rodolfo Alonso Hernandez 132905d81f [L3][QoS] L3 agent QoS extension to handle duplicated FIPs
The L3 agent QoS extension should be able to handle duplicated floating
IP addresses from different registers. Those floating IP addresses can
be hosted in different networks and routers but the same compute node
and L3 agent.

Now, instead of using the IP address as unique identifier, this patch
stores the (ID, IP address) tuple. This tuple is unique per floating IP
register and holds the IP address, needed by the "tc" library to set
the QoS rules.

Closes-Bug: #1962465
Change-Id: I3a09718c6e79fd1f37eb75264389c4e5043076a7
2022-03-18 14:40:37 +00:00
..
__init__.py Refactor for L3 router QoS extensions 2018-05-17 10:11:27 +08:00
test_base.py [L3][QoS] L3 agent QoS extension to handle duplicated FIPs 2022-03-18 14:40:37 +00:00
test_fip.py [L3][QoS] L3 agent QoS extension to handle duplicated FIPs 2022-03-18 14:40:37 +00:00
test_gateway_ip.py [L3][QoS] L3 agent QoS extension to handle duplicated FIPs 2022-03-18 14:40:37 +00:00