summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChandan Kumar <chkumar@redhat.com>2017-12-17 13:26:19 +0530
committerChandan Kumar <chkumar@redhat.com>2017-12-25 16:34:51 +0530
commit5ff2de001ece969087b3898edc724cf3ae4841ce (patch)
tree31d591a63f668c05c94a0a2ca0944fe624b8a07b /setup.cfg
parent0f5763e1646cd6286481834924e10e6f8152e7b7 (diff)
downloadtrove-5ff2de001ece969087b3898edc724cf3ae4841ce.tar.gz
Remove bundled intree trove tempest plugin
* https://review.openstack.org/#/c/527122/ moves the intree tempest plugin to a new repo trove-tempest-plugin. Let'use it for the same. * https://review.openstack.org/#/c/530024/ consumes new trove tempest plugin in python-troveclient Change-Id: I59aafa0ec978033ba4add2bc2a2144d177afb9ac
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 5e3b39fa..4e1bd15a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -50,9 +50,6 @@ 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