[Buildroot] [PATCH v1 3/4] package/docker-engine: bump to 19.03.5

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Dec 4 07:52:29 UTC 2019


On Tue, 3 Dec 2019 18:18:21 -0800
Christian Stewart <christian at paral.in> wrote:

> > A quick question: did you check that the test_docker_compose.py test we
> > have in Buildroot continues to work with this series applied ?  
> 
> Where can I find some documentation on how to run this script on the
> target? I tried without success.

The runtime tests do not run on the target, they run on your build
machine: they build a specific Buildroot configuration, boot it under
Qemu, and verifies that a number of things work properly.

To run it:

 ./support/testing/run-tests -k tests.package.test_docker_compose.TestDockerCompose

The -k option asks run-tests to keep the build directory around, so
that if the test fails, you can easily re-run it without having to
rebuild everything.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list