manila/manila/tests/scheduler/filters
snpd 86c1576110 Fix driver filter to not check share_backend_name
Fixed the bug stating: Driver filter disallows using
queries with share_backend_name. The driver filter was
checking for hard equality between the share_backend_name
specified in the share type and the name reported by the
host [1]. This defeats the purpose of the capabilities
filter giving the ability to use "<in>" (selection)
operator in the extra-spec. Thus this commit fixes it by
updating the required files according to
openstack/cinder/commit/b32011 as now the driver does not
check for shared_backend_name.

Closes-Bug: #1815700

Change-Id: If384392d0f140922bb85a1dc50b0c4494c231e2f
2019-03-14 17:27:49 +00:00
..
__init__.py Reorganize scheduler and merge code from Oslo incubator 2015-12-01 20:54:17 +00:00
test_availability_zone.py Allow configuring availability_zones in share types 2019-02-13 17:39:48 +00:00
test_base.py Provide filter name in user messages 2017-07-24 11:11:06 +00:00
test_base_host.py Remove unused self.context 2017-05-10 09:25:38 +08:00
test_capabilities.py Allow configuring availability_zones in share types 2019-02-13 17:39:48 +00:00
test_capacity.py Remove unused self.context 2017-05-10 09:25:38 +08:00
test_driver.py Fix driver filter to not check share_backend_name 2019-03-14 17:27:49 +00:00
test_extra_specs_ops.py extra-specs should work with string True/False 2016-01-25 15:23:47 +05:30
test_ignore_attempted_hosts.py Remove unused self.context 2017-05-10 09:25:38 +08:00
test_json.py Remove unused self.context 2017-05-10 09:25:38 +08:00
test_retry.py Remove unused self.context 2017-05-10 09:25:38 +08:00
test_share_replication.py Disallow scheduling multiple replicas on a given pool 2016-03-11 17:56:01 +00:00