add idea for yaml based version of cmdtest

This commit is contained in:
Johan Holmberg 2015-10-02 22:28:03 +02:00
parent 71a74c00ef
commit e9ff28c74a

11
CMDTEST_example.yml Normal file
View File

@ -0,0 +1,11 @@
- test: simple
actions:
- create_file:
name: foo.txt
content: "abc ..."
- cmd:
cmdline: echo hello
stdout: /hello/
status: 0