neutron/neutron/tests/tempest
Ken'ichi Ohmichi db4a06f7ca Use tempest-lib's token_client
Now tempest-lib provides token_client modules as library and the
interface is stable. So neutron repogitory doesn't need to contain
these modules.
This patch makes neutron use tempest-lib's token_client and removes
the own modules for the maintenance.

Change-Id: Ieff7eb003f6e8257d83368dbc80e332aa66a156c
2015-09-16 10:08:50 +00:00
..
common Replace 'import json' with oslo_serialization 2015-08-11 06:05:37 -07:00
services Use tempest-lib's token_client 2015-09-16 10:08:50 +00:00
README.rst Move API tests to neutron.test.api 2015-03-31 23:05:07 +00:00
__init__.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
auth.py Use tempest-lib's token_client 2015-09-16 10:08:50 +00:00
config.py Use oslo.log library instead of system logging module 2015-08-10 15:52:26 +03:00
exceptions.py Fix missing value types for log message 2015-09-12 22:12:50 +03:00
manager.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
test.py Replace 'import json' with oslo_serialization 2015-08-11 06:05:37 -07:00

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.