nova/nova/tests/functional/api_sample_tests/api_samples/os-volumes
Matt Riedemann e3c089bf1d Make VolumeAttachmentsSampleV249 test other methods
The 2.49 microversion for the os-volume_attachments API
only changes the POST action to attach a volume with a tag.
But we should make sure 2.49 is backward compatible on the
GET, PUT and DELETE methods for the same API.

This makes VolumeAttachmentsSampleV249 extend
VolumeAttachmentsSample and also removes duplicate code
by adding the _get_vol_attachment_subs method.

In addition, VolumeAttachmentsSampleV249OldCinderFlow is
removed since it didn't really work properly (it was missing
a few stubs) and was redundant with the test_tagged_attach_volume
unit test found in nova.tests.unit.test_compute_api.

Change-Id: I757576d3474997c49c67745fb245122fc2c6decc
2019-02-14 10:52:21 -05:00
..
v2.49 Make VolumeAttachmentsSampleV249 test other methods 2019-02-14 10:52:21 -05:00
attach-volume-to-server-req.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
attach-volume-to-server-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
list-volume-attachments-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
os-volumes-detail-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
os-volumes-get-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
os-volumes-index-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
os-volumes-post-req.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
os-volumes-post-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
snapshot-create-req.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
snapshot-create-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
snapshots-detail-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
snapshots-list-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
snapshots-show-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
update-volume-req.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
volume-attachment-detail-resp.json.tpl Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00