]> git.proxmox.com Git - mirror_qemu.git/commit
tests/docker: add a docker-exec-copy-test
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 2 Feb 2021 13:39:51 +0000 (13:39 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Feb 2021 09:41:00 +0000 (09:41 +0000)
commitddd5ed8331652cd77546c331caee49d76fffe4a4
treea65ce4c2136184730fc82191714f681aa8f04b74
parent6147c2495d1a362cb78cdbd6a321ddae31e13f9d
tests/docker: add a docker-exec-copy-test

This provides test machinery for checking the QEMU copying logic works
properly. It takes considerably less time to run than starting a
debootstrap only for it to fail later. I considered adding a remove
command to docker.py but figured that might be gold plating given the
relative size of the containers compared to the ones with actual stuff
in them.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210202134001.25738-7-alex.bennee@linaro.org>
tests/docker/Makefile.include
tests/docker/docker.py
tests/docker/dockerfiles/empty.docker [new file with mode: 0644]