neutron/neutron/tests/fullstack
Jakub Libosvar f0439a04ad fullstack: VLAN aware VMs test
Patch tests basic life-cycle of a trunk associated with a port. Test
creates a trunk with one subport - this tests interaction between
agent and ovsdb handler that calls via RPC to server.
Later a new subport is added which tests RPC interaction between
server and agent. Then deletes the first created subport. Finally trunk
is removed and checked that no patch ports remain on the integration
bridge.

Future work:
 - Run this test with linuxbridge
 - Test re-using port associated with trunk.
 - Test re-using subports.
 - Test with OVS firewall.

Partially-implements: blueprint vlan-aware-vms
Change-Id: Ie79a010e6751c1f1c2be5b1bf52511b9e100ad20
2016-09-29 13:23:39 -04:00
..
resources fullstack: VLAN aware VMs test 2016-09-29 13:23:39 -04:00
README Moved fullstack test doc content to TESTING.rst 2015-12-03 17:02:54 -05:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py fullstack: Log testrunner again 2016-07-15 05:31:27 -04:00
test_connectivity.py Fullstack: Add helper FakeFullstackMachinesList 2016-09-23 09:41:56 -04:00
test_l3_agent.py Merge "Restore MySQL and Postgresql functional testing" 2016-06-30 15:11:09 +00:00
test_qos.py fullstack: execute qos tests for all ovsdb/of interface permutations 2016-09-17 03:00:31 +00:00
test_trunk.py fullstack: VLAN aware VMs test 2016-09-29 13:23:39 -04:00
utils.py fullstack: execute qos tests for all ovsdb/of interface permutations 2016-09-17 03:00:31 +00:00

README

Please see neutron/TESTING.rst.