manila/manila/tests/scheduler
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
..
drivers Provide filter name in user messages 2017-07-24 11:11:06 +00:00
evaluator Add DriverFilter and GoodnessWeigher to manila 2016-07-18 17:28:40 -03:00
filters Fix driver filter to not check share_backend_name 2019-03-14 17:27:49 +00:00
weighers [pylint] Fix/ignore pylint errors in test modules 2019-02-28 08:36:11 -08:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
fakes.py Allow configuring availability_zones in share types 2019-02-13 17:39:48 +00:00
test_host_manager.py Remove ordering attempts of 'unorderable types' 2018-01-08 12:33:47 +08:00
test_manager.py [pylint] Fix/ignore pylint errors in test modules 2019-02-28 08:36:11 -08:00
test_rpcapi.py speed up GET scheduler-stats/pools/detail 2018-12-20 13:00:46 +00:00
test_scheduler_options.py [pylint] Fix/ignore pylint errors in test modules 2019-02-28 08:36:11 -08:00
test_utils.py Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00