Home
last modified time | relevance | path

Searched refs:snapshot_get_by_id (Results 1 – 5 of 5) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v2/
H A Dtest_snapshot_metadata.py139 def test_index(self, snapshot_get_by_id): argument
149 snapshot_get_by_id.return_value = snapshot_obj
165 snapshot_get_by_id.side_effect = \
173 def test_index_no_data(self, snapshot_get_by_id): argument
180 snapshot_get_by_id.return_value = snapshot_obj
188 def test_show(self, snapshot_get_by_id): argument
196 snapshot_get_by_id.return_value = snapshot_obj
205 snapshot_get_by_id.side_effect = \
220 snapshot_get_by_id.return_value = snapshot_obj
236 snapshot_get_by_id.return_value = snapshot_obj
[all …]
H A Dtest_snapshots.py237 self, snapshot_get_by_id, volume_get, argument
252 snapshot_get_by_id.return_value = snapshot_obj
284 self, snapshot_get_by_id, volume_get, argument
299 snapshot_get_by_id.return_value = snapshot_obj
343 self, snapshot_get_by_id, volume_get, argument
358 snapshot_get_by_id.return_value = snapshot_obj
390 def test_snapshot_delete(self, snapshot_get_by_id, volume_get_by_id, argument
404 snapshot_get_by_id.return_value = snapshot_obj
423 def test_snapshot_show(self, snapshot_get_by_id, volume_get_by_id, argument
437 snapshot_get_by_id.return_value = snapshot_obj
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/contrib/
H A Dtest_extended_snapshot_attributes.py90 def test_show(self, mock_authorize, snapshot_get_by_id, volume_get_by_id, argument
98 snapshot_get_by_id.return_value = snapshot_obj
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/api/v3/
H A Dtest_snapshots.py79 def test_snapshot_show(self, max_ver, snapshot_get_by_id, volume_get_by_id, argument
94 snapshot_get_by_id.return_value = snapshot_obj
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/flows/
H A Dtest_create_volume_flow.py779 def test_create_from_snapshot(self, snapshot_get_by_id, volume_get_by_id, argument
789 snapshot_get_by_id.return_value = snapshot_obj
804 def test_create_from_snapshot_update_failure(self, snapshot_get_by_id, argument
813 snapshot_get_by_id.return_value = snapshot_obj