python-troveclient/troveclient/tests
Steve Martinelli eed19c835f move old apiclient code out of openstack/common
As part of the first community-wide goal [1], teams were asked
to remove the openstack/common package of their projects
if one existed. This was a byproduct of the old oslo-incubator
form of syncing common functionality.

The package, apiclient, was moved to a top level location
and cliutils was moved to the common module. There are no oslo
specific libraries, the recommended solution is to move it
in tree and maintain it there.

Specifically in this patch, I also rearranged some of the
imports to make them match up with the hacking guidelines
while I was re-ordering them for the refactor anyway.

Lastly, the apiclient/fake_client.py was deleted since it
was not used.

[1] http://governance.openstack.org/goals/ocata/remove-incubated-oslo-code.html

Change-Id: Ib7b691240b819c9c91b100ca47ffaba75b281c78
2016-11-10 10:02:08 -05:00
..
__init__.py Remove copyright from empty files 2014-02-04 11:14:58 +04:00
fakes.py Merge "Avoid use xx=[] for parameter initial value" 2016-10-05 19:47:59 +00:00
test_accounts.py Change assertTrue(isinstance()) by optimal assert 2016-01-08 07:10:56 +00:00
test_backups.py Implement scheduled backups 2016-08-25 16:57:54 -04:00
test_base.py move old apiclient code out of openstack/common 2016-11-10 10:02:08 -05:00
test_client.py move old apiclient code out of openstack/common 2016-11-10 10:02:08 -05:00
test_clusters.py Locality support for clusters 2016-06-21 19:30:00 +00:00
test_common.py Fix troveclient to support Mistral 2016-05-26 16:14:37 -04:00
test_configurations.py configuration-* cli allow name of configuration group entered 2016-04-22 14:18:10 +00:00
test_databases.py Fixes unit-test in troveclient 2015-04-08 09:11:13 +00:00
test_datastores.py Add test to DatastoreVersionMembers 2015-03-23 16:12:59 +09:00
test_discover.py Corrects order of parameters to assertEqual 2015-04-28 13:33:05 +00:00
test_instances.py Implement Instance Upgrade 2016-08-16 14:44:29 +00:00
test_limits.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
test_management.py Replace assertDictEqual 2016-07-29 02:15:25 +00:00
test_metadata.py Add instance_metadata functionality to the trove python library 2014-05-24 22:35:16 -05:00
test_modules.py Add support for module ordering on apply 2016-08-25 04:10:18 +00:00
test_root.py Add root-disable api 2015-12-10 11:23:53 -05:00
test_secgroups.py Added more unit-tests to improve code coverage 2015-06-08 10:51:40 +00:00
test_shell.py switch to keystoneauth 2016-05-22 22:06:51 -04:00
test_users.py Add instance name as parameter to CLI 2014-12-08 14:29:06 -05:00
test_utils.py Replace assertTrue(a in b) with assertIn(a, b) 2016-10-03 09:43:12 +07:00
test_v1_shell.py Throw correct error on creation of size 0 2016-09-30 09:08:04 -05:00
utils.py Client support for instance module feature 2016-03-11 18:10:50 -05:00