neutron/neutron/tests/functional
Sławek Kapłoński 6dcdb15dce LinuxBridge agent's QoS driver bw limit for egress traffic
QoS service plugin provides for now bandwidth limit rules for egress traffic
only (from VM point of view). QoS extension driver for Linuxbridge agent now
configures limits in proper way on tap interface so limited is traffic which is
outgoing from VM.
Linuxbridge agent's QoS extension configures egress bandwidth limit and burst
value in exactly same way how openvswitch is doing it with tc.
Old methods in TcCommand class will stay untouched because they can be used
later to implement also ingress bandwidth limits in QoS.

Change-Id: Id2b0463f49df52744e5bc3979a4cfd0ff06f9248
Closes-bug: #1563720
2016-04-18 14:07:07 +00:00
..
agent LinuxBridge agent's QoS driver bw limit for egress traffic 2016-04-18 14:07:07 +00:00
api Fix module's import order 2016-01-22 06:38:42 -08:00
cmd get_device_by_ip: don't fail if device was deleted 2015-10-22 19:27:10 +03:00
common Switch to using neutron.common.utils:replace_file() 2015-11-16 08:44:04 +01:00
db Cleanup override of compare_type from oslo_db 2016-04-12 12:07:23 +03:00
pecan_wsgi Clean imports in code 2016-03-24 05:54:56 +00:00
plugins macvtap: Macvtap L2 Agent 2016-02-26 15:48:01 +00:00
sanity Check missed ip6tables utility 2016-01-04 19:19:56 +08:00
scheduler Add ALLOCATING state to routers 2016-04-07 06:37:38 +00:00
services use separate device owner for HA router interface 2016-03-22 10:06:14 +00:00
tests Add fullstack cross-process port/ip address fixtures 2016-03-28 10:16:39 -04:00
__init__.py Prepare for full stack CI job 2015-06-22 11:47:54 -04:00
base.py Add fullstack logging 2016-03-23 11:37:56 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py Reuse to_utf8() and jsonutils.dump_as_bytes() 2016-04-11 12:25:53 +02:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00