
microversion v2.7 was added without a functional test, even though we can cover most cases in unit test for negative case, it would be better to have a functional test for a specific microversion API change. Change-Id: I4d5576cc4ebcdeaa4e4f067fe9c6207280ad7eda
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"flavor": {
|
|
"name": "test_flavor",
|
|
"ram": 1024,
|
|
"vcpus": 2,
|
|
"disk": 10,
|
|
"id": "10",
|
|
"os-flavor-access:is_public": true
|
|
}
|
|
}
|