tests: docker.py be even smarter with persistent binfmt_misc
commitd10404b19393808394a129dd77974810ea87235d
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 23 Jan 2019 17:07:08 +0000 (23 17:07 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 8 Feb 2019 17:32:35 +0000 (8 17:32 +0000)
tree5ab7c021c7629cecf80895605805c0ee8d6ffa40
parent43c898b75a3bb92b113f9a366a06cac013d055a8
tests: docker.py be even smarter with persistent binfmt_misc

If we have a persistent mapping we don't need the QEMU binary copied
into the container as the kernel has already opened the file and will
pass the fd in. However the support libraries will still need to be
there.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/docker/docker.py