You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neutron/neutron/tests/tempest
Ken'ichi Ohmichi db4a06f7ca
Use tempest-lib's token_client
8 years ago
..
common Replace 'import json' with oslo_serialization 8 years ago
services Use tempest-lib's token_client 8 years ago
README.rst Move API tests to neutron.test.api 8 years ago
__init__.py Initial copy of api tests from tempest 8 years ago
auth.py Use tempest-lib's token_client 8 years ago
config.py Use oslo.log library instead of system logging module 8 years ago
exceptions.py Fix missing value types for log message 8 years ago
manager.py Initial copy of api tests from tempest 8 years ago
test.py Replace 'import json' with oslo_serialization 8 years ago

README.rst

WARNING

The files under this path were copied from tempest as part of the move of the api tests, and they will be removed as the required functionality is transitioned from tempest to tempest-lib. While it exists, only neutron.tests.api and neutron.tests.retargetable should be importing files from this path. neutron.tests.tempest.config uses the global cfg.CONF instance and importing it outside of the api tests has the potential to break Neutron's use of cfg.CONF.