mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-19 09:51:47 +02:00
Move all tests to single directory "tests"
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
This commit is contained in:
7
tests/integration/include/docker-compose.base.yaml
Normal file
7
tests/integration/include/docker-compose.base.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: '3.6'
|
||||
|
||||
services:
|
||||
web:
|
||||
image: nopush/podman-compose-test
|
||||
command: ["dumb-init", "/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8003"]
|
||||
|
6
tests/integration/include/docker-compose.extend.yaml
Normal file
6
tests/integration/include/docker-compose.extend.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: '3.6'
|
||||
|
||||
services:
|
||||
web2:
|
||||
image: nopush/podman-compose-test
|
||||
command: ["dumb-init", "/bin/busybox", "httpd", "-f", "-h", ".", "-p", "8004"]
|
5
tests/integration/include/docker-compose.yaml
Normal file
5
tests/integration/include/docker-compose.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
version: '3.6'
|
||||
|
||||
include:
|
||||
- docker-compose.base.yaml
|
||||
- docker-compose.extend.yaml
|
Reference in New Issue
Block a user