b88257be72
Change all absent flavors to existing in gates jobs. To allow functional testing of samples in gate. Change-Id: Ic88da1d00b6d47e5251623a25dd4ef8fa5682084
33 lines
831 B
JSON
33 lines
831 B
JSON
{
|
|
"NovaServers.boot_and_bounce_server": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"force_delete": false,
|
|
"actions": [
|
|
{"hard_reboot": 1},
|
|
{"soft_reboot": 1},
|
|
{"stop_start": 1},
|
|
{"rescue_unrescue": 1}
|
|
]
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|