compose/tests/unit
Sebastiaan van Stijn 28f8b8549d
Remove local check for log-driver read support
Starting with Docker 20.10, the docker daemon has support for
"dual logging", which allows reading back logs, irregardless of
the logging-driver that is configured (except for "none" as logging
driver).

This patch removes the local check, which used a hard-coded list of
logging drivers that are expected to support reading logs.

When using an older version of Docker, the API should return an
error that reading logs is not supported, so no local check should
be needed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-28 16:55:36 +01:00
..
cli Remove local check for log-driver read support 2021-01-28 16:55:36 +01:00
config Merge pull request #7926 from maaarghk/no_build_cache_from_duplicate_check 2021-01-11 18:33:16 +01:00
metrics Add metrics 2021-01-04 15:16:51 -03:00
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Fix flake8 2020-08-21 19:25:24 +02:00
container_test.py Remove local check for log-driver read support 2021-01-28 16:55:36 +01:00
network_test.py Removed Python2 support 2020-06-03 17:37:47 +02:00
parallel_test.py Improve control over ANSI output (#6858) 2021-01-19 18:17:55 +01:00
progress_stream_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
project_test.py Fix port rendering 2020-09-24 14:49:26 +02:00
service_test.py Move device requests to service_dict to avoid adding another field to config hash 2020-12-02 18:12:39 +00:00
split_buffer_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
timeparse_test.py Removed Python2 support 2020-06-03 17:37:47 +02:00
utils_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00
volume_test.py Removed Python2 support 2020-08-11 17:45:13 +07:00