6cae33f50a
1. screnarios -> scenarios 2. spended_time -> spent time (used only at 1 place) 3. rename few test methods (not groups) 4. removed unused code ( assign element of dictionary before return of this element only, redundant parenthesis - again, comeback of mutable defaults - again, variable, which redefined on the next line in if-else) Change-Id: I68ffdc85c2d1289d7ab6ef6a7f4084c19e7afcf9 Related-Bug: #1513777
27 lines
615 B
JSON
27 lines
615 B
JSON
{
|
|
"NovaServers.boot_and_delete_server": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.micro"
|
|
},
|
|
"image": {
|
|
"name": "TestVM"
|
|
},
|
|
"force_delete": false
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 30,
|
|
"concurrency": 3
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|