From acd7e5155ae4798a3e5bd84c6cd896b23023cd14 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 6 Apr 2016 18:53:02 -0400 Subject: 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 --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') 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 -- cgit v1.2.1