tests/docker: make docker engine choice entirely configure driven
commitc6919250921c4794f4029bfe3f9f1c5263328899
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 9 Oct 2023 16:40:44 +0000 (9 17:40 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 11 Oct 2023 07:46:33 +0000 (11 08:46 +0100)
treeccf61afc7165078b4a1db38bb0d297fcc92f4a85
parent78ebc00b068131d2e3c0f8e66c0ded3fadb248d0
tests/docker: make docker engine choice entirely configure driven

Since 0b1a649047 (tests/docker: use direct RUNC call to build
containers) we ended up with the potential for the remaining docker.py
script calls to deviate from the direct RUNC calls. Fix this by
dropping the use of ENGINE in the makefile and rely entirely on what
we detect at configure time.

We also tweak the RUNC detection so podman users can still run things
from the source tree.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20231009164104.369749-6-alex.bennee@linaro.org>
configure
tests/docker/Makefile.include