In ceph_volume/tests/devices/lvm/strategies/test_bluestore.py the test
TestMixedType.test_filter_all_data_devs must patch VolumeGroups.
Fixes: https://tracker.ceph.com/issues/43107
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit
5e115fd3763b182afc8d3f9f34f7a95a19c1d9d4)
block_db_size=None, block_wal_size=None,
osd_ids=[])
monkeypatch.setattr(lvm, 'VolumeGroup', lambda x, **kw: [])
+ monkeypatch.setattr(lvm, 'VolumeGroups', lambda: [])
bluestore.MixedType(args, [], [db_dev], [])