neutron/neutron/tests/tempest
Cyril Roelandt a8619e9bd1 Python 3: use dict.values instead of dict.itervalues
This works with both Python 2 and 3, and should not have any performance
impact.

Change-Id: I2a14945c60de513b91c6f022ff5dcc503ce2a8ad
Blueprint: neutron-python3
2015-06-15 17:08:44 +02:00
..
common Python 3: use dict.values instead of dict.itervalues 2015-06-15 17:08:44 +02:00
services Allow users to run 'tox -epy34' 2015-05-11 16:09:51 +02: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 Update api tests from tempest 2015-03-13 18:46:40 +00:00
config.py Update api tests from tempest 2015-03-13 18:46:40 +00:00
exceptions.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
manager.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
test.py Move API tests to neutron.test.api 2015-03-31 23:05:07 +00: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.