fuel-qa/fuelweb_test/rally/scenarios/nova.json
Alexey Stepanov 6cae33f50a Fis mistypes with affect on API
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
2015-11-27 11:59:47 +03:00

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
}
}
}
]
}