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
This commit is contained in:
Mark T. Voelker 2015-07-10 15:55:52 -04:00
parent c191b7e528
commit 7cfd33f61e

View File

@ -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": [