dragonflow/dragonflow/tests/fullstack/apps
Shachar Snapiri 53db6e21df Change all tests to use the standard addCleanup
Currently a lot of tests are using a custom self.store() method to
perform automatic cleanup on tearDown.
We should change to the standard addCleanup method that is being called
on every object (also if setUp fails and tearDown is not called).
See [1] for details.

[1] https://docs.python.org/2/library/unittest.html#unittest.TestCase.addCleanup

Change-Id: Ic62dd9a5e07435d1179793ec2c5cdc6e4eddef60
2018-07-23 12:23:23 +03:00
..
__init__.py Refactor test_apps.py 2017-12-21 15:04:59 +00:00
test_allowed_address_pairs.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_dhcp.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_dnat.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_l2.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_l3.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_portsec.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_sg.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_snat.py Change all tests to use the standard addCleanup 2018-07-23 12:23:23 +03:00
test_trunk.py Refactor test_apps.py 2017-12-21 15:04:59 +00:00