rally-openstack/samples/tasks/scenarios/vm/boot-runcommand-delete-script-inline.yaml
astaroverov 4e5d802e0c Enabling support of 'script_inline' option
Starting from rev.0.4.2 following format of results is supported:
{"
   "\"additive\": [{chart data}, {chart data}, ...], "
   "\"complete\": [{chart data}, {chart data}, ...]}\n"

This patch enables support of all other types of output format
by using 'TextArea' widget

Change-Id: I5d31c3450c5f6a622cf66eebb8edf0c5878ab64f
2017-03-16 08:35:53 +00:00

25 lines
567 B
YAML

{% set flavor_name = flavor_name or "m1.tiny" %}
---
VMTasks.boot_runcommand_delete:
-
args:
flavor:
name: "{{flavor_name}}"
image:
name: "^cirros.*-disk$"
floating_network: "public"
force_delete: false
command:
interpreter: "/bin/sh"
script_inline: "ls -la"
username: "cirros"
runner:
type: "constant"
times: 10
concurrency: 2
context:
users:
tenants: 3
users_per_tenant: 2
network: {}