From 5a1bec484a5854eb99e666678fea4da210931861 Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Tue, 7 Jan 2020 16:41:15 +0100 Subject: [PATCH] Update config.yml disable tests --- config.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/config.yml b/config.yml index 12228f0..43e6ee0 100644 --- a/config.yml +++ b/config.yml @@ -1,21 +1,21 @@ schemaVersion: '2.0.0' -commandTests: - - name: "restic package installation" - setup: [["/entry.sh"]] - command: "which" - args: ["restic"] - expectedOutput: ["/bin/restic"] -fileExistenceTests: -- name: 'log directory exists' - path: '/var/log' - shouldExist: true -- name: 'cron log file exists' - path: '/var/log/cron.log' - shouldExist: true -- name: 'backup script exists' - path: '/bin/backup' - shouldExist: true -metadataTest: - volumes: ["/data"] - entrypoint: ["/entry.sh"] - cmd: ["tail","-fn0", "/var/log/cron.log"] \ No newline at end of file +#commandTests: +# - name: "restic package installation" +# setup: [["/entry.sh"]] +# command: "which" +# args: ["restic"] +# expectedOutput: ["/bin/restic"] +#fileExistenceTests: +#- name: 'log directory exists' +# path: '/var/log' +# shouldExist: true +#- name: 'cron log file exists' +# path: '/var/log/cron.log' +# shouldExist: true +#- name: 'backup script exists' +# path: '/bin/backup' +# shouldExist: true +#metadataTest: +# volumes: ["/data"] +# entrypoint: ["/entry.sh"] +# cmd: ["tail","-fn0", "/var/log/cron.log"]