python-troveclient/troveclient/tests
Peter Stachowski 457360c69f Client support for instance module feature
This adds support in the python API and Trove CLI
for instance module commands.  These commands include:

    - module-apply
    - module-remove
    - module-query
    - module-retrieve
    - module-list-instance

The parsing of --instance was modified to allow multiple
modules to be specified.  This was extended to 'nics' as well.

Partially Implements: blueprint module-management
Change-Id: If62f5e51d4628cc6a8b10303d5c3893b3bd5057e
2016-03-11 18:10:50 -05:00
..
__init__.py Remove copyright from empty files 2014-02-04 11:14:58 +04:00
fakes.py Client support for instance module feature 2016-03-11 18:10:50 -05:00
test_accounts.py Change assertTrue(isinstance()) by optimal assert 2016-01-08 07:10:56 +00:00
test_backups.py Correct order of parameters to assertEqual 2015-02-23 12:48:39 -05:00
test_base.py Merge "Change assertTrue(isinstance()) by optimal assert" 2016-01-08 20:28:16 +00:00
test_client.py remove unnecessary message when running unit test 2015-10-21 07:08:42 -06:00
test_clusters.py Clusters troveclient Implementation 2014-09-02 16:38:56 -07:00
test_common.py Correct order of parameters to assertEqual 2015-02-23 12:48:39 -05:00
test_configurations.py Replace assertEqual(None, *) with assertIsNone in tests 2015-12-17 22:02:34 +08: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 Client support for instance module feature 2016-03-11 18:10:50 -05:00
test_limits.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
test_management.py Change assertTrue(isinstance()) by optimal assert 2016-01-08 07:10:56 +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 Client support for instance module feature 2016-03-11 18:10:50 -05: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 Remove RAX-specific auth in troveclient 2014-12-09 13:33:33 -06:00
test_users.py Add instance name as parameter to CLI 2014-12-08 14:29:06 -05:00
test_utils.py Client support for instance module feature 2016-03-11 18:10:50 -05:00
test_v1_shell.py Client support for instance module feature 2016-03-11 18:10:50 -05:00
utils.py Client support for instance module feature 2016-03-11 18:10:50 -05:00