Adding tests to default, will change this to a test template later
This commit is contained in:
parent
c8f31bd344
commit
d89bacdf9f
|
|
@ -2,5 +2,14 @@
|
||||||
"args" : {
|
"args" : {
|
||||||
"password" : "<STDIN>",
|
"password" : "<STDIN>",
|
||||||
"post" : "reboot"
|
"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}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue