summary refs log tree commit diff stats
path: root/tests/docker/dockerfiles/empty.docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests/docker: remove test targetsPaolo Bonzini2022-04-201-8/+0
| | | | | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20220401141326.1244422-3-pbonzini@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220419091020.3008144-6-alex.bennee@linaro.org>
* tests/docker: add a docker-exec-copy-testAlex Bennée2021-02-081-0/+8
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>