0f5993fafc
It would be nice if there is a functional test to confirm all the task samples are good for out-of-box testing. So here we go. Also Fix nova/boot-lock-unlock-and-delete scenario flavor, nova/boot-and-associate-floating-ip flavor, nova/boot-and-rebuild. Change flavor value from apsent on gate to regexp. Change-Id: I033135828b960da4cc3fd35b96ee69f700815a35 Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com> Co-Authored-By: Fei Long Wang <flwang@catalyst.net.nz>
26 lines
451 B
JSON
26 lines
451 B
JSON
{
|
|
"NovaServers.boot_and_associate_floating_ip": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 1,
|
|
"times": 1
|
|
},
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
}
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"users_per_tenant": 1,
|
|
"tenants": 1
|
|
},
|
|
"network": {}
|
|
}
|
|
}
|
|
]
|
|
} |