spiegel_podman/test/compose/simple_port_map
Gavin Lam 89910494e6
Improve compose tests
* Add traps to report setup, tests, and teardown errors as failures
* Pass through return code of podman commands
* Fix unset variables
* Fix simple_port_map image build when installing flask (PEP 668 - externally managed environment error)
* Ignore kill errors in slirp4netns_opts teardown steps

Signed-off-by: Gavin Lam <gavin.oss@tutamail.com>
(cherry picked from commit ccc3eb774d)
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
Signed-off-by: Chris Evich <cevich@redhat.com>
2026-03-30 15:13:38 -04:00
..
frontend Improve compose tests 2026-03-30 15:13:38 -04:00
docker-compose.yml add compose regression to ci 2020-12-11 09:26:29 -06:00
README.md add compose test descriptions 2020-12-11 10:07:13 -06:00
tests.sh add compose test descriptions 2020-12-11 10:07:13 -06:00

simple port map to host

This test creates a container that runs flask on and maps to the same host port

Validation