summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorYuiko Takada <takada-yuiko@mxn.nes.nec.co.jp>2015-11-17 14:12:53 +0900
committerMike Turek <mjturek@linux.vnet.ibm.com>2016-01-18 19:37:42 +0000
commit691de301ce1b3f50c696d62e74401c3c5d165799 (patch)
tree6ea722d564e47490fc7d613f7c02bbab3992c39e /setup.cfg
parenta74f8169d503f0d8e2cdf5564ffe9d575072ed8d (diff)
downloadironic-691de301ce1b3f50c696d62e74401c3c5d165799.tar.gz
Use Tempest plugin interface
Make use of the Tempest plugin interface. This patch set creates some directories and files for Tempest plugin interface which are generated by tempest-plugin-cookiecutter(See [1] and [2]), which uses ironic_tempest_plugin as new top folder for all Tempest tests, and also makes possible to import config values from Tempest and use them. Copying Ironic tests in Tempest to Ironic tree and removing existing Ironic tests in Tempest will be done after merging this patch set. [1]: https://github.com/openstack/tempest-plugin-cookiecutter [2]: http://docs.openstack.org/developer/tempest/plugin.html Change-Id: I6a26b1d1fcf088d5218b92e13911c48708af4ec8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a5ecc11fc..1c622ca6d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -86,6 +86,9 @@ ironic.drivers =
ironic.database.migration_backend =
sqlalchemy = ironic.db.sqlalchemy.migration
+tempest.test_plugins =
+ ironic_tests = ironic_tempest_plugin.plugin:IronicTempestPlugin
+
[pbr]
autodoc_index_modules = True
autodoc_exclude_modules =