9f6838be8d
Moving samples to root forlder for easy access. Change-Id: I050c8d7580282b898be77156f65cdbce75a4dbb4 Closes-Bug: 1409836
32 lines
738 B
JSON
32 lines
738 B
JSON
{
|
|
"NovaServers.boot_server": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "^ram64$"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
}
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
},
|
|
"flavors": [
|
|
{
|
|
"name": "ram64",
|
|
"ram": 64
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|