1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 07:56:12 +00:00
kopano-docker/tests/commander.yaml
Felix Bartels f5ff9393ff
add tests for downloading archive from kopano download server (#311)
* add tests for downloading archive from kopano download server
add some makefile defaults

Signed-off-by: Felix Bartels <felix@host-consultants.de>

* linting

Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-12-22 13:31:34 +01:00

67 lines
1.4 KiB
YAML
Executable File

tests:
setup with existing .env:
command: ./setup.sh
exit-code: 1
stdout: |-
Creating individual env files for containers (if they do not exist already)
.env already exists with initial configuration
If you want to change the configuration, please edit .env directly
./version.sh:
exit-code: 0
./version.sh core:
exit-code: 0
stdout:
not-contains:
- core-
- Debian
- amd64
- tar.gz
./version.sh webapp:
exit-code: 0
stdout:
not-contains:
- webapp-
- Debian
- amd64
- tar.gz
./version.sh zpush:
exit-code: 0
stdout:
not-contains:
- Debian
- amd64
- tar.gz
./version.sh mdm:
exit-code: 0
stdout:
not-contains:
- Debian
- amd64
- tar.gz
./version.sh files:
exit-code: 0
stdout:
not-contains:
- Debian
- amd64
- tar.gz
./version.sh smime:
exit-code: 0
stdout:
not-contains:
- Debian
- amd64
- tar.gz
download core nightly:
command: ./base/test.sh core
exit-code: 0
stderr:
not-contains:
- "tar: This does not look like a tar archive"
download webapp nightly:
command: ./base/test.sh webapp
exit-code: 0
stderr:
not-contains:
- "tar: This does not look like a tar archive"