Home
last modified time | relevance | path

Searched refs:update_vdisk_qos (Results 1 – 4 of 4) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/inspur/instorage/
H A Dtest_common.py1169 self.assertFalse(update_vdisk_qos.called)
1174 update_vdisk_qos.reset_mock()
1182 update_vdisk_qos.assert_called_with(volume['name'],
1188 update_vdisk_qos.reset_mock()
1202 update_vdisk_qos.reset_mock()
1210 self.assertFalse(update_vdisk_qos.called)
1301 self.assertFalse(update_vdisk_qos.called)
1306 update_vdisk_qos.reset_mock()
1320 update_vdisk_qos.reset_mock()
1334 update_vdisk_qos.reset_mock()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/ibm/
H A Dtest_storwize_svc.py5713 self.assertFalse(update_vdisk_qos.called)
5718 update_vdisk_qos.reset_mock()
5726 update_vdisk_qos.assert_called_with(volume['name'],
5732 update_vdisk_qos.reset_mock()
5746 update_vdisk_qos.reset_mock()
5754 self.assertFalse(update_vdisk_qos.called)
5847 self.assertFalse(update_vdisk_qos.called)
5852 update_vdisk_qos.reset_mock()
5866 update_vdisk_qos.reset_mock()
5880 update_vdisk_qos.reset_mock()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/inspur/instorage/
H A Dinstorage_common.py823 self._assistant.update_vdisk_qos(volume.name, new_opts['qos'])
2990 def update_vdisk_qos(self, vdisk, qos): member in InStorageAssistant
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/storwize_svc/
H A Dstorwize_svc_common.py2231 def update_vdisk_qos(self, vdisk, qos): member in StorwizeHelpers
4565 self._helpers.update_vdisk_qos(volume['name'], new_opts['qos'])