compose/tests
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
..
acceptance Merge pull request #7978 from thaJeztah/default_to_cli_build 2021-01-11 18:29:42 +01:00
fixtures Implement service profiles 2020-12-02 01:08:11 +01:00
integration Merge pull request #7978 from thaJeztah/default_to_cli_build 2021-01-11 18:29:42 +01:00
unit Remove local check for log-driver read support 2021-01-28 16:55:36 +01:00
__init__.py Import unittest.mock directly. 2020-06-03 17:43:56 +02:00
conftest.py Fixed new things that came after the PR 2020-06-03 18:08:23 +02:00
helpers.py Removed Python2 support 2020-08-11 17:45:13 +07:00