From 7cfd33f61e7cae5a34c1141b2acd954ace6000bf Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Fri, 10 Jul 2015 15:55:52 -0400 Subject: [PATCH] Fix trailing comma in compute-volume list An earlier change added a flag to the compute-volume tests [1]. However that change also introduced a trailing comma at the end of the flag list for that capability, which results in invalid JSON. This patch removes it so that scripts will parse properly again. [1] https://review.openstack.org/#/c/196157/ Change-Id: I0b56721ffec66c0f3e0313cd36c78de6c3079a2b --- 2015.05.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2015.05.json b/2015.05.json index d5e3a100..4c2e3269 100644 --- a/2015.05.json +++ b/2015.05.json @@ -381,7 +381,7 @@ "project": "nova", "description": "Retrieve volume information through the Compute API", "flagged": [ - "tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume", + "tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume" ], "name": "compute-volume", "tests": [