neutron/neutron/tests/unit/agent/common
Zachary 40a811bea4 [Qos] Fix residues of ovs in ingress bw limit
When we delete vm port with attached QoS policy,
it is just doing nothing if vif_port does not exist.

This is fine for egress bandwidth limit as it is configured
directly on vif_port in OVS.

For ingress bw limit however it uses additional records in
Openvswitch database: qos and queue. Those records are not
cleaned up in such case.

This patch also records port in self.ports in the case of
bandwidth limit rules, just as in the case of dscp rules.
Never execute port clear if vif_port not exists. Finally, ovs
driver can clean such qos and queue records

Change-Id: Iddeb49e1e6538a178ca468df0fdf9e0617ca4f1c
Closes-Bug: #1726732
(cherry picked from commit ee423e1fa0)
2017-12-06 15:37:43 +08:00
..
__init__.py Add missing neutron/tests/unit/agent/common/__init__.py 2015-04-01 22:43:13 +02:00
test_ovs_lib.py [Qos] Fix residues of ovs in ingress bw limit 2017-12-06 15:37:43 +08:00
test_polling.py OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
test_utils.py Agent common config 2017-03-15 09:52:18 -06:00