Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/deployments/default.json
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 16:16:04 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 16:16:04 +0100
commit0e52ef0449352fe4ee92bdc31c556075a449f07c (patch)
tree6646e95343b60b5a6e71dea72ca24840a694a823 /deployments/default.json
parent829a51a045e9cf5af2dce2f0c481cdda51c428ff (diff)
Modifying default template for test
Diffstat (limited to 'deployments/default.json')
-rw-r--r--deployments/default.json17
1 files changed, 15 insertions, 2 deletions
diff --git a/deployments/default.json b/deployments/default.json
index 5deded3e..78fd346e 100644
--- a/deployments/default.json
+++ b/deployments/default.json
@@ -1,6 +1,19 @@
{
"args" : {
- "password" : "<STDIN>",
- "post" : "reboot"
+ "password" : "0000",
+ "post" : "stay"
+ },
+ "post" : {
+ "test exit codes" : {
+ "exit 1" : {"ignore_errors" : true},
+ "echo 'ssh test@77.80.220.176" : {
+ "events" : {
+ "continue connecting" : "yes",
+ "s password" : "test"
+ },
+ "boot" : true,
+ "debug" : true
+ }
+ }
}
}