podman-compose/tests/integration
Monika Kairaityte f4bf69b68e tests/integration: Automate manual 'extends_w_file_subdir' test
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2024-09-06 19:47:14 +03: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
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 Don't resolve links to compose file 2024-03-25 08:18:52 +02: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 Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
ipam_default Move all tests to single directory "tests" 2024-06-26 11:28:16 +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 Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
nethost Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
netprio Move all tests to single directory "tests" 2024-06-26 11:28:16 +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
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_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_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 Discover tests instead of passing a list of files to unittest 2024-07-03 19:50:13 +03: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