Adding tests to default, will change this to a test template later

This commit is contained in:
Anton Hvornum 2019-11-29 12:58:58 +01:00
parent c8f31bd344
commit d89bacdf9f
1 changed files with 9 additions and 0 deletions

View File

@ -2,5 +2,14 @@
"args" : {
"password" : "<STDIN>",
"post" : "reboot"
},
"post" : {
"test exit codes" : {
"exit 1" : {"ignore_errors" : true},
"echo 'test1'; read moo; echo 'test2'; read mooo" : {"events" : {
"test1" : "something",
"test2" : "something"
}, "boot" : true}
}
}
}