rally-openstack/samples/tasks/scenarios/vm/boot-runcommand-delete-custom-image.yaml
Alexander Maretskiy 0016df9ec7 [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

31 lines
834 B
YAML

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