]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OVS agent QoS extension functional test for bandwidth limit rules
authorMiguel Angel Ajo <mangelajo@redhat.com>
Thu, 6 Aug 2015 16:22:36 +0000 (18:22 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Sat, 8 Aug 2015 13:39:11 +0000 (15:39 +0200)
commita034115e6160d8c2d7e63a1465fea97e1ced03fb
tree830fbe0a0422d2144900b961f2022e520824ca4e
parent088289acd23a9fe84e8346c9475976d24efde580
OVS agent QoS extension functional test for bandwidth limit rules

This functional test spawns the OVS agent, with bandwidth limit rules in
a policy attached to ports. Then it asserts that the low level OVS
bandwidth limits are set for each port.

To make this possible we refactor and extract the base OVS agent test
framework into neutron.tests.functional.agent.l2.base.

Partially-Implements: blueprint ml2-qos
Change-Id: Ie5424a257b9ca07afa72a39ae6f1551d6ad351e7
neutron/tests/functional/agent/l2/__init__.py [new file with mode: 0644]
neutron/tests/functional/agent/l2/base.py [new file with mode: 0644]
neutron/tests/functional/agent/l2/extensions/__init__.py [new file with mode: 0644]
neutron/tests/functional/agent/l2/extensions/test_ovs_agent_qos_extension.py [new file with mode: 0644]
neutron/tests/functional/agent/test_l2_ovs_agent.py