podman/test/apiv2/python/rest_api
Paul Holzinger 1199733754
podman inspect add State.Health field for docker compat
podman inspect shows the healthcheck status in `.State.Healthcheck`,
docker uses `.State.Health`. To make sure docker scripts work we
should add the `Health` key. Because we do not want to display both keys
by default we only use the new `Health` key. This is a breaking change
for podman users but matches what docker does. To provide some form of
compatibility users can still use `--format {{.State.Healthcheck}}`. IT
is just not shown by default.

Fixes #11645

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2021-09-23 14:44:34 +02:00
..
fixtures remote: always send resize before the container starts 2021-06-04 16:55:48 +02:00
__init__.py Break up python APIv2 tests 2021-05-18 08:39:35 -07:00
test_v2_0_0_container.py podman inspect add State.Health field for docker compat 2021-09-23 14:44:34 +02:00
test_v2_0_0_image.py compat API: /images/json prefix image id with sha256 2021-09-20 13:47:29 +02:00
test_v2_0_0_manifest.py Break up python APIv2 tests 2021-05-18 08:39:35 -07:00
test_v2_0_0_network.py fixed docs and schemas 2021-06-08 14:23:05 -04:00
test_v2_0_0_pod.py Break up python APIv2 tests 2021-05-18 08:39:35 -07:00
test_v2_0_0_system.py Enhance bindings for IDE hints 2021-09-14 07:47:24 -07:00
test_v2_0_0_volume.py Break up python APIv2 tests 2021-05-18 08:39:35 -07:00
v1_test_rest_v1_0_0.py Break up python APIv2 tests 2021-05-18 08:39:35 -07:00