neutron/neutron/tests/functional
Ihar Hrachyshka 7a2824afc4 Adopt oslotest BaseTestCase as a base class for DietTestCase
This will make us more in line with other projects in terms of testing
API. It also allows to remove some duplicate code from base test classes
for Neutron, leaving just Neutron specific fixture setup there.

Note: we don't add a new dependency because the library is already used
in some of database functional tests through oslo.db base test classes.

Change-Id: Ifec6cce386d8b024605496026c8469200f3c002b
Closes-Bug: #1531484
2016-01-07 15:08:54 +01:00
..
agent Adopt oslotest BaseTestCase as a base class for DietTestCase 2016-01-07 15:08:54 +01:00
api Use assertFalse(observed) instead of assertEqual(False, observed) 2015-11-12 22:50:57 +09:00
cmd get_device_by_ip: don't fail if device was deleted 2015-10-22 19:27:10 +03:00
common Switch to using neutron.common.utils:replace_file() 2015-11-16 08:44:04 +01:00
db Fix comparison of Variant and other type in test_model_sync 2015-12-16 18:52:12 -05:00
pecan_wsgi Pull project out of request in addition to tenant 2015-12-07 22:16:47 -05:00
sanity Check missed IPSet utility using neutron-sanity-check 2015-11-13 07:46:01 +00:00
scheduler Add functional test for availability_zone support 2015-12-14 10:07:47 +09:00
services Use the constant HOST_ID instead of 'binding:host_id' 2015-12-20 14:00:29 +00:00
__init__.py Prepare for full stack CI job 2015-06-22 11:47:54 -04:00
base.py Retain logs for functional test cases 2015-09-03 10:50:38 -04:00
requirements.txt More instructions for neutron-db-manage revision --autogenerate 2015-11-08 19:42:56 -05:00
test_server.py Refactor test_server functional tests 2015-11-13 14:44:33 +03:00
test_service.py Use SIGUSR1 to notify l3 agent of changing prefix file 2015-11-13 17:53:47 +03:00