manila/manila/tests/scheduler
Stephen Finucane 204215722e db: Rename 'share_instances_*' to 'share_instance_*'
Rename a number of APIs to use singular, rather than plural, like every
other API uses:

- share_instances_status_update ->
    share_instance_status_update
- share_instances_get_all ->
    share_instance_get_all
- share_instances_get_all_by_host ->
    share_instance_get_all_by_host
- share_instances_get_all_by_share_network ->
    share_instance_get_all_by_share_network
- share_instances_get_all_by_share_server ->
    share_instance_get_all_by_share_server
- share_instances_get_all_by_share ->
    share_instance_get_all_by_share
- share_instances_get_all_by_share_group_id ->
    share_instance_get_all_by_share_group_id

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ic48fe0d1631a6e1a8ee9a50741cc1b31c9187c37
2023-09-27 16:20:17 +01:00
..
drivers Add Share Affinity/Anti-Affinity Scheduler Filters 2021-09-03 08:58:46 +02:00
evaluator Fix DriverFilter/GoodnessWeigher string evaluations 2022-08-23 10:05:05 +00:00
filters Fix misuse of assertTrue 2022-09-10 21:00:01 +09:00
weighers Add NetApp Active IQ scheduler weigher 2023-08-30 08:28:50 -03:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
fakes.py Add NetApp Active IQ scheduler weigher 2023-08-30 08:28:50 -03:00
test_host_manager.py db: Rename 'share_instances_*' to 'share_instance_*' 2023-09-27 16:20:17 +01:00
test_manager.py Fix replica quotas allocation during share migration 2022-03-09 19:44:31 -03:00
test_rpcapi.py Extend share will go through scheduler 2021-08-27 05:35:45 +00:00
test_scheduler_options.py remove usage of six library from unit tests 2021-01-28 10:47:40 +08:00
test_utils.py Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00