add compose test descriptions

adding compose test descriptions and validations.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2020-12-11 09:17:45 -06:00
parent f3e69d7300
commit cb91bf96e0
21 changed files with 68 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
port map on different port
===============
This test creates a container that runs flask on different ports for the container
and the host
Validation
------------
* curl http://localhost:5001 and verify message

View File

@@ -1,4 +1,4 @@
FROM podman_python
FROM quay.io/libpod/podman_python
WORKDIR /app
COPY . /app
ENTRYPOINT ["python3"]

View File

@@ -0,0 +1,3 @@
# -*- bash -*-
test_port 5001 = "Podman rulez!"