summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2016-04-06 18:53:02 -0400
committerPeter Stachowski <peter@tesora.com>2016-06-27 18:53:05 +0000
commitacd7e5155ae4798a3e5bd84c6cd896b23023cd14 (patch)
tree0296567205683d6ae6ad0f3da4370098aa1a21b5 /setup.cfg
parentf1a520150f1d5d1b62a2e7aaf8abe2bc3c1ee3c1 (diff)
downloadtrove-acd7e5155ae4798a3e5bd84c6cd896b23023cd14.tar.gz
Add trove tempest plugin
This commit takes the trove tests which previously lived in tempest and creates an in-tree tempest plugin out of them. The contents of the plugin are taken with tempest checkout out at commit: eda607cb1c89762a54290c4525d81c1b192c421f with modifications made for things to live in the trove repo. Change-Id: Ibad5502cdca0e34cca4b5bc8a7106611f7393cf2
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 0fa6f2ae..5587e42d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,6 +47,9 @@ oslo.messaging.notify.drivers =
trove.openstack.common.notifier.rpc_notifier = oslo_messaging.notify.messaging:MessagingDriver
trove.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver
+tempest.test_plugins =
+ trove_tests = trove.tests.tempest.plugin:TroveTempestPlugin
+
[global]
setup-hooks =
pbr.hooks.setup_hook