Add tests to the "volume" section in havanacore.json

Add tests to "volume" capability section and fix the core flag
of this section.  Also remove the compute-servers-metadata
section because the tests in this section was merged to
compute-servers as defined in http://goo.gl/AwaJYU

Change-Id: Ic4c7aeff71d1f50e4ed2357e0486e088ea99e9c3
This commit is contained in:
cdiep 2015-01-16 16:39:47 -08:00
parent 50b0ed30da
commit 737e6c7323

View File

@ -807,26 +807,6 @@
"tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit" "tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit"
] ]
}, },
"compute-servers-metadata": {
"achievements": [
"deployed",
"tools",
"clients",
"future",
"complete",
"stable",
"discover",
"doc",
"sticky",
"foundation"
],
"admin": false,
"core": true,
"description": "Manage the access to ip extended attribute for servers through the Compute API",
"flagged": [],
"name": "compute-servers-metadata",
"tests": []
},
"compute-servers-personality": { "compute-servers-personality": {
"achievements": [ "achievements": [
"deployed", "deployed",
@ -1595,12 +1575,20 @@
"atomic", "atomic",
"proximity" "proximity"
], ],
"admin": false, "admin": true,
"core": true, "core": false,
"description": "CRUD operations for volumes management in Block Storage API", "description": "CRUD operations for volumes management in Block Storage API",
"flagged": [], "flagged": [],
"name": "volume", "name": "volume",
"tests": [] "tests": [
"tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_create_get_delete_volume_with_volume_type_and_extra_specs",
"tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list",
"tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete",
"tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name",
"tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_nonexistent_volume_type",
"tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id",
"tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id"
]
}, },
"volume-extra-specs": { "volume-extra-specs": {
"achievements": [ "achievements": [