docker-py/tests/integration
Laura Brehm 96ef4d3bee
tests/exec: expect 127 exit code for missing executable
Docker Engine has always returned `126` when starting an exec fails due
to a missing binary, but this was due to a bug in the daemon causing the
correct exit code to be overwritten in some cases – see: https://github.com/moby/moby/issues/45795

Change tests to expect correct exit code (`127`).

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
2024-09-27 15:33:11 +01:00
..
credentials Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
testdata/dummy-plugin Add create_plugin implementation 2017-02-09 17:58:05 -08:00
__init__.py Remove unused files 2015-11-12 11:21:37 -08:00
api_build_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_client_test.py Clean up unnecessary noqa comments 2023-08-15 13:36:53 +03:00
api_config_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_container_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_exec_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_healthcheck_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_image_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_network_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_plugin_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_secret_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_service_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_swarm_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
api_volume_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
base.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
client_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
conftest.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
context_api_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
errors_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
models_containers_test.py tests/exec: expect 127 exit code for missing executable 2024-09-27 15:33:11 +01:00
models_images_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
models_networks_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
models_nodes_test.py Use unambiguous advertise-addr when initializing a swarm 2017-11-07 15:18:26 -08:00
models_resources_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
models_services_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
models_swarm_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
models_volumes_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00
regression_test.py Enable Ruff I (import sort), autofix 2024-01-03 21:28:56 +02:00