summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2017-02-22 11:23:55 -0500
committerMatthew Treinish <mtreinish@kortar.org>2017-02-22 11:29:16 -0500
commitd29221ae487bd9cfbf081f809f1e8549145e4169 (patch)
treef9d03e63ecd1bdf71513dbe598ce02fe3db422a7 /setup.cfg
parentc9f8f483bd513ce0d79355d59a9e25993ea5a171 (diff)
downloadtrove-d29221ae487bd9cfbf081f809f1e8549145e4169.tar.gz
Remove the tempest plugin
The trove plugin provides limited coverage which is duplicated in other functional tests. They were originally added to check the project integration requirements for having tempest tests, back before the big tent. This commit removes the plugin to save test resources and reduce the maintainence burden. Depends-On: I0082c483b849deeffe872a5489c7123c2b2c706c Change-Id: Iccc9e62bcd46c7aa8b67a454a9882f41f743f332
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 1214f74a..0f381328 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,9 +48,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