Searched hist:"529994 e20448243c4ad50d8984978d6ad3a01fe9" (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/docker/ |
H A D | docker.py | 529994e20448243c4ad50d8984978d6ad3a01fe9 Thu Sep 19 16:51:27 UTC 2019 Alex Bennée <alex.bennee@linaro.org> tests/docker: reduce scary warnings by cleaning up clean up
There was in the clean-up code caused by attempting to inspect images which finished before we got there. Clean up the clean up code by:
- only track the one instance at a time - use --filter for docker ps instead of doing it by hand - just call docker rm -f to be done with it - use uuid.uuid4() for a random uid
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|