podman-compose/tests/integration
Timon de Groot db0aad97bd podman-compose down removes networks
Fixes #490

Signed-off-by: Timon de Groot <timon.degroot@hypernode.com>
2024-10-21 08:31:09 +02:00
..
additional_contexts Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
base_image Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
build tests/integration: Automate 'build' manual test 2024-07-08 21:36:29 +02:00
build_fail tests/integration: Automate 'build_fail' manual test 2024-07-08 21:37:29 +02:00
build_labels Pass build description labels to podman build 2024-07-08 19:15:16 +03:00
build_secrets Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
build_ssh add ssh support for build command 2024-10-15 00:35:10 +02:00
deps tests/integration: Automate deps manual test 2024-07-22 15:19:34 +02:00
env-file-tests tests/integration: Automate 'env-file-tests' manual tests 2024-07-30 12:46:13 +02:00
env-tests tests/integration: Automate 'env-tests' manual test 2024-07-29 10:39:49 +02:00
exit-from tests/integration: Automate manual 'exit-from' tests 2024-07-30 09:40:20 +02:00
extends Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
extends_w_empty_service Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
extends_w_file tests/integration: Automate manual 'extends_w_file' test 2024-09-05 15:25:33 +03:00
extends_w_file_subdir Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
filesystem tests/integration: Relocate 'filesystem' test 2024-09-06 20:08:13 +03:00
in_pod Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
include Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
interpolation tests/integration: Automate manual 'interpolation' test 2024-09-10 14:47:56 +03:00
ipam_default tests/integration: Automate manual 'ipam_default' test 2024-09-26 20:23:26 +03:00
lifetime tests: Add integration tests for up -d with single container at a time 2024-07-06 00:59:50 +03:00
multicompose tests/integration: Automate manual 'multicompose' test 2024-09-24 19:38:33 +03:00
nethost tests/integration: Automate manual 'nethost' test 2024-09-24 19:35:06 +03:00
nets_test1 Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
nets_test2 Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
nets_test3 Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
nets_test_ip Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
network podman-compose down removes networks 2024-10-21 08:31:09 +02:00
no_services Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
pid Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
ports Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
profile Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
seccomp Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
secrets Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
selinux Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
short Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
testlogs Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
uidmaps Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
ulimit Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
ulimit_build Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
vol Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
volumes_merge Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
yamlmagic Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
__init__.py Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
test_podman_compose_additional_contexts.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose_build_fail.py tests/integration: Automate 'build_fail' manual test 2024-07-08 21:37:29 +02:00
test_podman_compose_build_secrets.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose_build_ulimits.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose_build.py tests/integration: Automate 'build' manual test 2024-07-08 21:36:29 +02:00
test_podman_compose_config.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose_deps.py tests/integration: Automate deps manual test 2024-07-22 15:19:34 +02:00
test_podman_compose_env_file.py tests/integration: Automate 'env-file-tests' manual tests 2024-07-30 12:46:13 +02:00
test_podman_compose_env.py tests/integration: Automate 'env-tests' manual test 2024-07-29 10:39:49 +02:00
test_podman_compose_exit_from.py tests/integration: Automate manual 'exit-from' tests 2024-07-30 09:40:20 +02:00
test_podman_compose_extends_w_empty_service.py tests/integration: Automate manual 'extends_w_empty_service' test 2024-09-05 13:16:38 +03:00
test_podman_compose_extends_w_file_subdir.py tests/integration: Automate manual 'extends_w_file_subdir' test 2024-09-06 19:47:14 +03:00
test_podman_compose_extends_w_file.py tests/integration: Automate manual 'extends_w_file' test 2024-09-05 15:25:33 +03:00
test_podman_compose_extends.py tests/integration: Automate manual 'extends' test 2024-08-01 21:29:43 +03:00
test_podman_compose_filesystem.py tests/integration: Relocate 'filesystem' test 2024-09-06 20:08:13 +03:00
test_podman_compose_in_pod.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose_include.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose_interpolation.py tests/integration: Automate manual 'interpolation' test 2024-09-10 14:47:56 +03:00
test_podman_compose_ipam_default.py tests/integration: Automate manual 'ipam_default' test 2024-09-26 20:23:26 +03:00
test_podman_compose_multicompose.py tests/integration: Automate manual 'multicompose' test 2024-09-24 19:38:33 +03:00
test_podman_compose_nethost.py tests/integration: Automate manual 'nethost' test 2024-09-24 19:35:06 +03:00
test_podman_compose_nets_test1.py tests/integration: Automate manual 'nets_test1' test 2024-09-29 14:44:17 +03:00
test_podman_compose_nets_test2.py tests/integration: Automate manual 'nets_test2' test 2024-10-01 12:26:42 +03:00
test_podman_compose_networks.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose_tests.py podman-compose down removes networks 2024-10-21 08:31:09 +02:00
test_podman_compose_up_down.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_podman_compose.py Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03:00
test_utils.py Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00