vmware-nsx/neutron/tests/unit/ml2/drivers
Zhongyue Luo 3be9a97380 Utilizes assertIsNone and assertIsNotNone
Using assertEqual/assertNotEqual to test if an element
is or is not None is too python2.4.
Our unit testing framework supports assertIsNone and assertIsNotNone
which were created for these types of tests.

Partial-bug: #1230028

Change-Id: Ie0bddae642f7973ee8b0e00164415f8d87de387e
2013-10-23 10:59:16 +08:00
..
__init__.py Initial Modular L2 Mechanism Driver implementation. 2013-07-10 18:16:03 -07:00
mechanism_logger.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
mechanism_test.py Implement ML2 port binding 2013-09-03 18:05:20 -04:00
test_arista_mechanism_driver.py Utilizes assertIsNone and assertIsNotNone 2013-10-23 10:59:16 +08:00
test_cisco_mech.py ML2 Cisco Nexus mech driver portbinding support 2013-09-28 12:54:53 -04:00
test_cisco_network_db.py Port Cisco nexus and network db UT to ML2 mech driver UT 2013-09-20 17:13:35 -04:00
test_cisco_nexus_db.py Port Cisco nexus and network db UT to ML2 mech driver UT 2013-09-20 17:13:35 -04:00
test_cisco_nexus.py ML2 Cisco Nexus mech driver portbinding support 2013-09-28 12:54:53 -04:00
test_l2population.py Fix to not send fdb updates when no port changes 2013-10-19 01:34:30 +02:00