program_collection/test_programs/wait_test.yaml

32 lines
432 B
YAML

---
version: 1
name: wait_test
created_at: '2021-04-14T20:54:47.557000'
load_plugins: ["sleep", "log", "wait"]
program:
- command: log
args:
level: INFO
message: This is a test program. Starting now...
- command: sleep
args:
secs: 1.2
- command: sleep
args:
secs: 20
- command: wait
args: {}
- command: sleep
args:
secs: 5
- command: log
args:
level: INFO
message: End of test program!