From a4c9cf4a56ed9ef8260067091ae00c740cf13026 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Sun, 31 May 2015 07:56:09 -0700 Subject: [PATCH] Add test_list_get_volume_attachments under compute-volume test_list_get_volume_attachments is a good replacement for the test: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume test_attach_detach_volume was flagged in I9e79090f70648661ab236f67be7bbcd99bc0afc3 because it requires SSH and is currently not run in the gate. test_list_get_volume_attachments on the other hand is run in the gate and is a very basic test of attaching a volume. NOTE: Since ironic does not support attaching a volume, approving this patch means any ironic backed cloud will not pass this test. Adding this test in though because saying you support volumes without testing the ability to use them (attach/detach) is just silly. Co-Authored-By: Joe Gordon Change-Id: Ibedae6f0a89a685da1b59cd1ef1fdbd2a5dbb539 --- 2015.next.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/2015.next.json b/2015.next.json index 5038fd12..39eeefdf 100644 --- a/2015.next.json +++ b/2015.next.json @@ -1104,6 +1104,9 @@ "tests": { "tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume": { "idempotent_id": "id-52e9045a-e90d-4c0d-9087-79d657faffff" + }, + "tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments": { + "idempotent_id": "id-7fa563fe-f0f7-43eb-9e22-a1ece036b513" } } },