From: Peter Korsgaard Date: Mon, 27 Jul 2020 22:21:57 +0000 (+0200) Subject: support/testing: drop explicit CGROUPFS_MOUNT from docker test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4726cf9517e35eaa9d08a3a4e9a5ac9cbb4da9e4;p=buildroot.git support/testing: drop explicit CGROUPFS_MOUNT from docker test Since commit 4f8229653 (package/docker-engine: needs more runtime dependencies), docker-engine now automatically pulls in cgroupfs-mount, so drop the explicit handling of it in TestDockerCompose. Signed-off-by: Peter Korsgaard --- diff --git a/support/testing/tests/package/test_docker_compose.py b/support/testing/tests/package/test_docker_compose.py index f12e2a6a3d..67ee795f21 100644 --- a/support/testing/tests/package/test_docker_compose.py +++ b/support/testing/tests/package/test_docker_compose.py @@ -20,7 +20,6 @@ class TestDockerCompose(infra.basetest.BRTest): BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="{}" BR2_PACKAGE_CA_CERTIFICATES=y - BR2_PACKAGE_CGROUPFS_MOUNT=y BR2_PACKAGE_DOCKER_CLI=y BR2_PACKAGE_DOCKER_COMPOSE=y BR2_PACKAGE_DOCKER_ENGINE=y