Merge "Cleaned duplicate dictionary values"
This commit is contained in:
commit
207f8d332c
@ -695,7 +695,6 @@ class GPFSDriverTestCase(test.TestCase):
|
||||
'write_affinity_depth': 'test',
|
||||
'block_group_factor': 'test',
|
||||
'write_affinity_failure_group': 'test',
|
||||
'test': 'test',
|
||||
'fstype': 'test',
|
||||
'fslabel': 'test',
|
||||
'test': 'test'}
|
||||
|
@ -139,8 +139,8 @@ test_snap = {'name': 'volume-21ec7341-9256-497b-97d9-ef48edcf0635',
|
||||
'display_description': 'test volume',
|
||||
'volume_type_id': None,
|
||||
'provider_location': '11',
|
||||
'volume': {"volume_id": '21ec7341-9256-497b-97d9-ef48edcf0635'},
|
||||
'volume': {'provider_location': '12'},
|
||||
'volume': {"volume_id": '21ec7341-9256-497b-97d9-ef48edcf0635',
|
||||
'provider_location': '12'},
|
||||
}
|
||||
|
||||
test_host = {'host': 'ubuntu001@backend001#OpenStack_Pool',
|
||||
|
@ -3128,7 +3128,6 @@ class StorwizeSVCCommonDriver(san.SanDriver,
|
||||
'total_capacity_gb': total_capacity_gb,
|
||||
'free_capacity_gb': free_capacity_gb,
|
||||
'allocated_capacity_gb': allocated_capacity_gb,
|
||||
'easytier_support': easy_tier,
|
||||
'compression_support': self._state['compression_enabled'],
|
||||
'reserved_percentage':
|
||||
self.configuration.reserved_percentage,
|
||||
|
Loading…
Reference in New Issue
Block a user