df28420760
The amount of DB and compute service stubbing in these functional tests is pretty gross and makes it harder to maintain/extend them for new microversions which makes it harder for new contributors to work with these kinds of tests. This removes the stubs and uses the CinderFixture. The only new stub is dealing with detaching a volume with a device tag since the fake driver does not track device metadata on instances. The API reference doc samples are regenerated using: tox -e api-samples VolumeAttachmentsSample Change-Id: I04bca162c3a1d4fed7056385dfdca72c07bab9a5
8 lines
238 B
JSON
8 lines
238 B
JSON
{
|
|
"volumeAttachment": {
|
|
"device": "/dev/sdb",
|
|
"id": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113",
|
|
"serverId": "1ad6852e-6605-4510-b639-d0bff864b49a",
|
|
"volumeId": "a07f71dc-8151-4e7d-a0cc-cd24a3f11113"
|
|
}
|
|
} |