
This necessitates adding some missing return values for various mocks. Combined, this brings our tests closer to reality and will be needed once we add response schemas for these. Change-Id: I1ff23082d257f98e4f63b84b287a3c374a62bf0b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
25 lines
783 B
JSON
25 lines
783 B
JSON
{
|
|
"volumes": [
|
|
{
|
|
"attachments": [
|
|
{
|
|
"device": "/",
|
|
"id": "a26887c6-c47b-4654-abb5-dfadf7d3f803",
|
|
"serverId": "3912f2b4-c5ba-4aec-9165-872876fe202e",
|
|
"volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f803"
|
|
}
|
|
],
|
|
"availabilityZone": "dublin",
|
|
"createdAt": "1999-01-01T01:01:01.000000",
|
|
"displayDescription": "Volume Description",
|
|
"displayName": "Volume Name",
|
|
"id": "a26887c6-c47b-4654-abb5-dfadf7d3f803",
|
|
"metadata": {},
|
|
"size": 100,
|
|
"snapshotId": null,
|
|
"status": "in-use",
|
|
"volumeType": "vol_type_name"
|
|
}
|
|
]
|
|
}
|