vmware-nsx/neutron/tests/unit/openvswitch
Zhongyue Luo a78e1599cf Utilizes assertIn
Using assertTrue and the 'in' operator to test
if an element is in a sequence is too python2.4.
Our unit testing framework supports assertIn
which was created for these types of tests.

Fixes bug #1230028

Change-Id: I8a9147fa9982644067ff45c73e116d88845e47e3
2013-10-09 10:02:51 +08:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Utilizes assertIsNone and assertIsNotNone 2013-10-03 23:01:48 +00:00
test_openvswitch_plugin.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_db.py Use assertEqual instead of assertEquals 2013-08-29 13:46:04 +08:00
test_ovs_defaults.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_lib.py Fix ovs-vsctl call in add_tunnel_port() 2013-09-19 17:49:37 +03:00
test_ovs_neutron_agent.py Merge "change port status only if port is bound to the good host" 2013-10-04 19:01:56 +00:00
test_ovs_rpcapi.py change port status only if port is bound to the good host 2013-10-02 15:14:18 +02:00
test_ovs_security_group.py Implement Allowed Address Pairs 2013-09-05 03:53:59 -07:00
test_ovs_tunnel.py Utilizes assertIn 2013-10-09 10:02:51 +08:00