fuel-qa/fuelweb_test/rally/screnarios/nova.json
Artem Panchenko 2100390eac Add Rally benchmark tool to the system tests
Add possibility to use Rally tool during system tests:
 - allow installation of Rally on master node in
   Docker container;
 - creation of Rally Deployments and Tasks from system
   tests;
 - running Rally benchmark tests against environments
   deployed by system tests;
 - fetching and comparing benchmarks results.

Closes-bug: #1269862

Change-Id: I2ab7a0b13eecf4ddef3b14cea46b785bcabca5a1
2015-06-30 15:59:53 +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
}
}
}
]
}