neutron/neutron/tests/functional/privileged/agent
Weronika Sikora b811b2d468 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)
(cherry picked from commit 19f60ce728)
2020-06-24 17:22:02 +00:00
..
linux Fix the wrong value for QoS rate conversion to bytes/s 2020-06-24 17:22:02 +00:00
__init__.py Implement ip_lib get_devices using pyroute2 2018-11-14 09:27:26 +00:00