manila/contrib/tempest/tempest/api/share/admin
Clinton Knight 72f5f0485a Fix issues with get_pool scheduler API
The scheduler API 'get_pools' was copied from Cinder and has several
problems.  The REST endpoint, /scheduler-stats/get_pools, is not a
REST-appropriate name.  The API allows filtering but filters are not
currently supported by the Manila scheduler.  The API was added as an
extension, not part of the v1 API as it should be.  After restarting
the scheduler service, the API doesn't return any data until a share
has been created (Cinder was used as a model for fixing this one).
This patch fixes all of these issues.

Closes-Bug: #1422042
Change-Id: I7e32efb5390fd4b0a62f644ca5a12dcad14d8a9b
2015-03-16 16:32:15 +00:00
..
__init__.py Update plugin for tempest 2014-02-27 19:43:10 +02:00
test_admin_actions.py Sync tempest plugin 2015-02-23 18:27:07 +02:00
test_admin_actions_negative.py Sync tempest plugin 2015-02-23 18:27:07 +02:00
test_multi_backend.py Make extra spec driver_handles_share_servers required 2015-03-06 13:19:14 +02:00
test_quotas.py Add snapshot gigabytes quota 2015-02-26 07:42:28 +00:00
test_quotas_negative.py Add snapshot gigabytes quota 2015-02-26 07:42:28 +00:00
test_scheduler_stats.py Fix issues with get_pool scheduler API 2015-03-16 16:32:15 +00:00
test_security_services.py Sync tempest plugin 2015-02-23 18:27:07 +02:00
test_services.py Sync tempest plugin 2015-02-23 18:27:07 +02:00
test_services_negative.py Sync tempest plugin 2015-02-23 18:27:07 +02:00
test_share_networks.py Sync tempest plugin 2015-02-23 18:27:07 +02:00
test_share_servers.py Always allow delete share-network when no shares exist 2015-03-10 00:23:30 +02:00
test_share_servers_negative.py Sync tempest plugin 2015-02-23 18:27:07 +02:00
test_share_types.py Make extra spec driver_handles_share_servers required 2015-03-06 13:19:14 +02:00
test_share_types_extra_specs.py Make extra spec driver_handles_share_servers required 2015-03-06 13:19:14 +02:00
test_share_types_extra_specs_negative.py Make extra spec driver_handles_share_servers required 2015-03-06 13:19:14 +02:00
test_share_types_negative.py Make extra spec driver_handles_share_servers required 2015-03-06 13:19:14 +02:00
test_shares_actions.py Make extra spec driver_handles_share_servers required 2015-03-06 13:19:14 +02:00