1c04a50ee0
With the docs reorg, the path to the samples/ directory changed. This updates the tasks/code/docs that referenced it. Change-Id: Ie1d6756b97ff631588e069ba58969dc505c1572c
36 lines
980 B
JSON
36 lines
980 B
JSON
{
|
|
"VMTasks.boot_runcommand_delete": [
|
|
{
|
|
"args": {
|
|
"flavor": {
|
|
"name": "m1.nano"
|
|
},
|
|
"image": {
|
|
"name": "^cirros.*uec$"
|
|
},
|
|
"volume_args": {
|
|
"size": 2
|
|
},
|
|
"fixed_network": "private",
|
|
"floating_network": "public",
|
|
"use_floatingip": true,
|
|
"force_delete": false,
|
|
"script": "samples/tasks/support/instance_dd_test.sh",
|
|
"interpreter": "/bin/sh",
|
|
"username": "cirros"
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 10,
|
|
"concurrency": 2
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 3,
|
|
"users_per_tenant": 2
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|