neutron/neutron/tests/unit/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 Use sys.executable instead of 'python' 2020-02-07 19:48:05 +01:00
dhcp Merge "Fix fake_meta_dvr_port initialization" 2020-04-23 17:22:39 +00:00
l2 Start enforcing E125 flake8 directive 2019-07-19 23:39:41 -04:00
l3 Provide correct fip cidr when deleting port forwarding 2020-04-21 08:39:49 +08:00
linux Fix the wrong value for QoS rate conversion to bytes/s 2020-06-24 17:21:16 +00:00
metadata Fix return correct cache when reusing port 2020-03-27 16:48:57 +04:00
ovn [OVN] Move OVN metadata agent 2019-12-09 10:48:39 +00:00
ovsdb Add native OVSDB implementation for bridge monitor 2018-12-03 16:09:06 +00:00
windows remove neutron.common.exceptions 2019-02-01 14:35:00 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_agent_extensions_manager.py Refactoring config options for l2 agent ext opts 2016-11-21 19:45:04 +00:00
test_resource_cache.py Merge "Fix race condition with enabling SG on many ports at once" 2018-01-27 10:36:37 +00:00
test_rpc.py Initialize modifiable list of resources in CacheBackedPluginApi. 2019-07-26 11:51:39 +00:00
test_securitygroups_rpc.py [Security] fix allowed-address-pair 0.0.0.0/0 issue 2020-03-21 17:54:34 +08:00