0016df9ec7
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
31 lines
834 B
YAML
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
|