mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 10:27:14 +00:00 
			
		
		
		
	* 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>
		
			
				
	
	
		
			67 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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"
 |