tempest/tempest/test_discover
Matthew Treinish 00c72b90f6
Only call register_service_clients if there are clients
Right now we unconditionally run register_service_clients() on each
plugin regardless of whether there are any clients or not. This can lead
to false tracebacks being logged if there is any error reported in the
call path, regardless of whether the plugin is at fault or not. To
avoid this potential confusion this commit changes the registry call to
only occur if there are any clients we actually want to register. If
there aren't any we just skip that plugin.

Change-Id: I526d4acd99bbcfbf27c4090391f341bc61fdb194
2016-10-05 11:27:13 -04:00
..
__init__.py Add test_discover module to provide a load_tests hook 2013-12-18 19:51:07 +00:00
plugins.py Only call register_service_clients if there are clients 2016-10-05 11:27:13 -04:00
test_discover.py Remove the ec2 api tests from tempest 2015-12-17 17:59:20 -05:00