neutron/neutron/tests/tempest
Ihar Hrachyshka 1d66738c7b Removed smoke tags from all -api job tests
Most of the smoke tests now in the Neutron tree were inherited from Tempest
and are in the process of being reconciled back. Since [1], Neutron tests
can be run via a Tempest plugin, therefore there is a chance that these
are picked up unwillingly by some CI systems (like the one of Puppet
sub-project).

We should purge the tags for now, complete the de-fork and consider which
ones are worth the tag again.

[1] Ia233aa162746845f6ae08a8157dcd242dcd58eab
[2] https://etherpad.openstack.org/p/neutron-tempest-defork-patches-since-initial-sync

Change-Id: Id0bbfef2058363c22dc042c8d0793a1df7bac3aa
2016-04-19 13:20:05 +02:00
..
api Removed smoke tags from all -api job tests 2016-04-19 13:20:05 +02:00
common Copy tempest.common.tempest_fixtures in to Neutron 2016-03-09 19:01:35 -05:00
scenario Use tempest plugin interface 2016-04-14 15:19:14 +02:00
services DSCP QoS rule implementation 2016-03-18 10:07:24 +01:00
README.rst Use tempest plugin interface 2016-04-14 15:19:14 +02:00
__init__.py Initial copy of api tests from tempest 2015-03-09 21:24:55 +00:00
config.py Fix broken Tempest conf options in API tests 2016-04-12 16:47:21 -04:00
exceptions.py Switch to using in-tree tempest lib 2016-02-26 14:00:11 +00:00
plugin.py Use tempest plugin interface 2016-04-14 15:19:14 +02: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 required over time to minimize the dependency on the tempest testing framework. While it exists, only neutron.tests.tempest.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.