Adding test of multiple event triggers
This commit is contained in:
parent
f537eee6b3
commit
735a2b02e9
|
|
@ -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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue