vmware-nsx/quantum/tests/unit/ryu
Akihiro MOTOKI fad8f4098f Disable secgroup extension when Noop Firewall driver is used
When Noop Firewall driver is used, Quantum security group actually does
nothing in OVS and Linux Bridge plugin. It would be better to disable
security group extension for such case to avoid confusion.
By this we can determine whether quantum security group is enabled
by checking the extension list.
This commit changes OVS/LB/NEC/Ryu plugins with agent firewall_driver
based security group implementation.

Fixes bug #1124117

Change-Id: I2182289c1e27987b686f1adb7d6e2ad4e154caa2
2013-03-08 08:32:20 +00:00
..
__init__.py Allow tox to run plugin specific unit tests 2012-08-24 14:40:29 -07:00
fake_ryu.py Add unit test for ryu-agent 2013-02-18 13:02:49 +09:00
test_defaults.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_ryu_agent.py Add common test base class to hold common things. 2013-03-05 18:07:14 -05:00
test_ryu_db.py Use oslo-config-2013.1b3 2013-02-17 17:33:05 +00:00
test_ryu_plugin.py Use testtools instead of unittest or unittest2. 2013-02-26 19:32:30 +09:00
test_ryu_security_group.py Disable secgroup extension when Noop Firewall driver is used 2013-03-08 08:32:20 +00:00