support/testing: drop explicit CGROUPFS_MOUNT from docker test
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 27 Jul 2020 22:21:57 +0000 (00:21 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 31 Jul 2020 07:13:21 +0000 (09:13 +0200)
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 <peter@korsgaard.com>
support/testing/tests/package/test_docker_compose.py

index f12e2a6a3d4d6a952761a7d8c6e5abd3831af34d..67ee795f21f5943c29cb220478a35cce877ab92f 100644 (file)
@@ -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