blob: 1583e2918016a19268d2ff3cb744a8a4aaa31a66 [file] [log] [blame]
config:
exampleVariable:
type: int16u
defaultValue: 110
coolVariables:
type: char_string
defaultValue: "I am a super cool variable"
aBigNumber:
type: int64u
defaultValue: 1.8446744e+19
aBool:
type: boolean
defaultValue: false
tests:
- label: "Examples Test Step 1"
cluster: "ExampleCluster"
command: "ExamplesCommand"
disabled: false # Disables the test step if true
arguments: # User variable as arguments
values:
- name: "exampleVariable"
value: exampleVariable
- label: "Examples Test Step 2"
cluster: "ExampleCluster2"
command: "ExamplesCommand2"
response: # User variable as response value checks
values:
- name: "aBool"
value: aBool