neutron/neutron/tests/fullstack
Jakub Libosvar 75d28cbc73 fullstack: Migration from iptables_hybrid to openvswitch
Add test validating migration from iptables_hybrid firewall driver to
openvswitch. The test creates simple environment with a single node then
spawns two vms, each has its own security group. Then firewall is
switched and OVS agent is restarted. Connectivity is then validated
again, security groups are removed, tested no traffic is allowed and
then security groups are added back to make sure new firewall driver
works with updates.

Change-Id: Idef80c76c1b82be9f1007f17ea661c9ccdc2b1ae
2018-04-26 16:44:24 +00:00
..
cmd Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
resources fullstack: Migration from iptables_hybrid to openvswitch 2018-04-26 16:44:24 +00: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 Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00
test_connectivity.py [Fullstack] Respawn dhclient process in case of error 2018-02-19 19:47:26 +00:00
test_dhcp_agent.py Remove usage of TestCase.skip() method 2018-03-21 22:14:53 +01:00
test_firewall.py fullstack: Migration from iptables_hybrid to openvswitch 2018-04-26 16:44:24 +00:00
test_l3_agent.py Change ip_lib network namespace code to use pyroute2 2017-10-04 21:09:28 +00:00
test_port_shut_down.py [OVS] Shut down the port on changing the admin-state to false 2018-01-04 01:44:01 -05:00
test_qos.py [Fullstack] Unmark test_dscp_marking_packets as unstable 2018-02-13 12:07:34 +01:00
test_securitygroup.py [Fullstack] Add block test until IPs will be really configured 2018-03-25 10:42:45 +02:00
test_trunk.py Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
utils.py fullstack: Remove ovsdb_interface config opt 2017-09-27 07:03:17 +00:00

README

Please see neutron/TESTING.rst.