Adding test of multiple event triggers

This commit is contained in:
Anton Hvornum 2019-11-29 15:50:08 +01:00
parent f537eee6b3
commit 735a2b02e9
1 changed files with 8 additions and 5 deletions

View File

@ -1,15 +1,18 @@
{ {
"args" : { "args" : {
"password" : "<STDIN>", "password" : "0000",
"post" : "stay" "post" : "stay"
}, },
"post" : { "post" : {
"test exit codes" : { "test exit codes" : {
"exit 1" : {"ignore_errors" : true}, "exit 1" : {"ignore_errors" : true},
"echo 'test1'; read moo; echo 'test2'; read mooo" : {"events" : { "echo 'ssh test@77.80.220.176" : {
"test1" : "something", "events" : {
"test2" : "something" "continue connecting" : "yes",
}, "boot" : true} "s password" : "test"
},
"boot" : true
}
} }
} }
} }