rally-openstack/rally-jobs/extra/mistral_wb.yaml
Michal Gershenzon 5f75c8effa Add an option to pass workflow input and parms to mistral execution
Improving mistral rally tests by adding more options.

Change-Id: I37443ebae674b7eeacdcade36b6a848a151d94d4
2016-11-15 12:17:28 +00:00

17 lines
230 B
YAML

---
version: "2.0"
name: wb
workflows:
wf1:
type: direct
input:
- input1: input1
- some_json_input: {}
tasks:
hello:
action: std.echo output="Hello"
publish:
result: $