
Not tested, needs further debugging. patch-2: tested on local machine Change-Id: I3c81c936e3a351a5e44d0118ec75c392f5026ea8
31 lines
783 B
JSON
31 lines
783 B
JSON
{
|
|
"NovaSecGroup.boot_and_delete_server_with_secgroups": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.tiny"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*"
|
|
},
|
|
"security_group_count": 2,
|
|
"rules_per_security_group": 2
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 1,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
},
|
|
"network": {
|
|
"start_cidr": "100.1.0.0/26"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|