add idea for yaml based version of cmdtest
This commit is contained in:
parent
71a74c00ef
commit
e9ff28c74a
11
CMDTEST_example.yml
Normal file
11
CMDTEST_example.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
- test: simple
|
||||||
|
actions:
|
||||||
|
- create_file:
|
||||||
|
name: foo.txt
|
||||||
|
content: "abc ..."
|
||||||
|
- cmd:
|
||||||
|
cmdline: echo hello
|
||||||
|
stdout: /hello/
|
||||||
|
status: 0
|
Loading…
x
Reference in New Issue
Block a user