We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1bec4 commit 0c8da5fCopy full SHA for 0c8da5f
config-broken.yml
@@ -0,0 +1,21 @@
1
+schemaVersion: '2.0.0'
2
+commandTests:
3
+ - name: "restic package installation"
4
+ setup: [["/entry.sh"]]
5
+ command: "which"
6
+ args: ["restic"]
7
+ expectedOutput: ["/bin/restic"]
8
+fileExistenceTests:
9
+- name: 'log directory exists'
10
+ path: '/var/log'
11
+ shouldExist: true
12
+- name: 'cron log file exists'
13
+ path: '/var/log/cron.log'
14
15
+- name: 'backup script exists'
16
+ path: '/bin/backup'
17
18
+metadataTest:
19
+ volumes: ["/data"]
20
+ entrypoint: ["/entry.sh"]
21
+ cmd: ["tail","-fn0", "/var/log/cron.log"]
config.yml
0 commit comments