5f75c8effa
Improving mistral rally tests by adding more options. Change-Id: I37443ebae674b7eeacdcade36b6a848a151d94d4
17 lines
230 B
YAML
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: $
|