Update config.yml

disable tests
This commit is contained in:
Tobias Kaupat
2020-01-07 16:41:15 +01:00
committed by GitHub
parent 0f6a7bd462
commit 5a1bec484a

View File

@@ -1,21 +1,21 @@
schemaVersion: '2.0.0' schemaVersion: '2.0.0'
commandTests: #commandTests:
- name: "restic package installation" # - name: "restic package installation"
setup: [["/entry.sh"]] # setup: [["/entry.sh"]]
command: "which" # command: "which"
args: ["restic"] # args: ["restic"]
expectedOutput: ["/bin/restic"] # expectedOutput: ["/bin/restic"]
fileExistenceTests: #fileExistenceTests:
- name: 'log directory exists' #- name: 'log directory exists'
path: '/var/log' # path: '/var/log'
shouldExist: true # shouldExist: true
- name: 'cron log file exists' #- name: 'cron log file exists'
path: '/var/log/cron.log' # path: '/var/log/cron.log'
shouldExist: true # shouldExist: true
- name: 'backup script exists' #- name: 'backup script exists'
path: '/bin/backup' # path: '/bin/backup'
shouldExist: true # shouldExist: true
metadataTest: #metadataTest:
volumes: ["/data"] # volumes: ["/data"]
entrypoint: ["/entry.sh"] # entrypoint: ["/entry.sh"]
cmd: ["tail","-fn0", "/var/log/cron.log"] # cmd: ["tail","-fn0", "/var/log/cron.log"]