1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00
kopano-docker/tests/commander.yaml
Felix Bartels 97c115c556
add tests for webapp plugins (#287)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
2019-11-15 19:16:33 +01:00

54 lines
1.1 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