test_docker_compose.py: Test the volume mount feature
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 13 May 2021 21:03:53 +0000 (23:03 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 14 May 2021 21:00:16 +0000 (23:00 +0200)
commitaa31d10808df0560cc9e9b92acadad1af9a041e9
tree066eec2d2d3389972dc25898469c817c9eecf753
parent4915b692c84711aa9b7b2d5ea436e4b53d7215bc
test_docker_compose.py: Test the volume mount feature

Extend docker_compose_test() to expose /bin on the host to the container
through a volume mount and verify that /bin/busybox can be downloaded and
contains the right data.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/testing/conf/docker-compose.yml
support/testing/tests/package/test_docker_compose.py