Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 15:50:08 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 15:50:08 +0100
commit735a2b02e90131dd2621c7430d4621be88fee4e3 (patch)
tree6e345bc1354732b0c0a5e49897fee2f34f1dd33d
parentf537eee6b35c4f19a347f22209432d3bbeaaa024 (diff)
Adding test of multiple event triggers
-rw-r--r--deployments/default.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/deployments/default.json b/deployments/default.json
index 1eeac949..4aa0489d 100644
--- a/deployments/default.json
+++ b/deployments/default.json
@@ -1,15 +1,18 @@
{
"args" : {
- "password" : "<STDIN>",
+ "password" : "0000",
"post" : "stay"
},
"post" : {
"test exit codes" : {
"exit 1" : {"ignore_errors" : true},
- "echo 'test1'; read moo; echo 'test2'; read mooo" : {"events" : {
- "test1" : "something",
- "test2" : "something"
- }, "boot" : true}
+ "echo 'ssh test@77.80.220.176" : {
+ "events" : {
+ "continue connecting" : "yes",
+ "s password" : "test"
+ },
+ "boot" : true
+ }
}
}
}