neutron/neutron/tests/functional/agent
Weronika Sikora 19f60ce728 Fix the wrong value for QoS rate conversion to bytes/s
The rate value is converted to bytes per second before being
sent to Pyroute2, but it used the wrong value for the calculations.
This resulted in incorrect rates.
It should be multiplied by 1000 (kbit), not 1024 (Kibit).
The same applies to the burst value (kb).

Change-Id: I70cb1fe651a50b2f6495d7a365a6beb2ba111c6d
Closes-Bug: #1884273
(cherry picked from commit 94d6e38fa0)
2020-06-24 17:21:16 +00:00
..
common Add OVS QoS driver cache for minimum bandwidth rules 2020-01-07 14:40:28 +00:00
l2 Deprecate config option "ovs_integration_bridge" 2020-02-17 11:02:16 +00:00
l3 [L3 HA] Add "no_track" option to VIPs in keepalived config 2020-04-22 15:05:13 +02:00
linux Fix the wrong value for QoS rate conversion to bytes/s 2020-06-24 17:21:16 +00:00
ovn Wait until agent metadata is in SB chassis register 2020-04-14 08:57:55 +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 Deprecate config option "ovs_integration_bridge" 2020-02-17 11:02:16 +00:00
test_firewall.py [Security] fix allowed-address-pair 0.0.0.0/0 issue 2020-03-21 17:54:34 +08: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