rally/samples/tasks/scenarios/vm/boot-runcommand-delete-custom-image.json
Alexander Maretskiy 5d15f5d42e [Plugins] Replace instance_dd_test.sh with instance_test.sh
Legacy script instance_dd_test.sh (loads nova instance
in vm scenarios) is replaced with new instance_test.sh,
which does same job better and outputs detailed data
for HTML report.

Legacy script instance_dd_test.sh is removed.

Change-Id: Iafe51b5f559e01a972a187dad9e2608f7efa8022
2016-10-06 16:55:48 +03:00

38 lines
1.2 KiB
JSON

{
"VMTasks.boot_runcommand_delete_custom_image": [
{
"args": {
"flavor": {"name": "m1.small"},
"command": {
"remote_path": "./instance_test.sh"
},
"username": "root",
"userdata": "#cloud-config\ndisable_root: 0\nssh_pwauth: 1"
},
"runner": {
"type": "constant",
"times": 1,
"concurrency": 1,
"timeout": 3000
},
"context": {
"users": {
"tenants": 1,
"users_per_tenant": 1
},
"image_command_customizer": {
"image": {"name": "Fedora-x86_64-20-20140618-sda"},
"flavor": {"name": "m1.small"},
"command": {
"local_path": "rally-jobs/extra/install_benchmark.sh",
"remote_path": "./install_benchmark.sh"
},
"username": "root",
"userdata": "#cloud-config\ndisable_root: 0\nssh_pwauth: 1"
},
"network": {}
}
}
]
}