summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSean McGinnis <sean_mcginnis@dell.com>2016-01-31 16:03:58 -0600
committerSean McGinnis <sean_mcginnis@dell.com>2016-04-07 11:22:59 -0500
commitb906aee01dad700b699130557b42de4717f85a26 (patch)
treed9b656d0860e3d918220e2394df83d9d1b7188b2 /setup.cfg
parentc874132ea55e8e6980cbc2f906f605edcef98df4 (diff)
downloadcinder-b906aee01dad700b699130557b42de4717f85a26.tar.gz
Add in-tree tempest tests
To give more flexibility for tempest test coverage, use the tempest plugin interface to add tempest tests to the Cinder repo. Just the plumbing for now. A temporary tempest test was added just for validation. This test should be removed once additional tests are added. Third party CIs should change their command line from: tox -e all -- volume To something like: tox -e all-plugin -- volume Change-Id: I679b1cee6dc9187fd2b11c47a14be9f7acdad938 Implements: blueprint add-intree-tempest-tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ee7c01964..fdd93ed21 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -73,6 +73,9 @@ oslo_middleware =
cinder.database.migration_backend =
sqlalchemy = oslo_db.sqlalchemy.migration
+# In-tree Tempest test entry point
+tempest.test_plugins =
+ cinder_tests = tempest_tests.plugin:CinderTempestPlugin
[build_sphinx]
all_files = 1
@@ -80,7 +83,7 @@ build-dir = doc/build
source-dir = doc/source
[egg_info]
-tag_build =
+tag_build =
tag_date = 0
tag_svn_revision = 0