Re: [Qemu-devel] [PATCH v3 3/6] tests/docker: add podman support

2019-08-23 Thread Markus Armbruster
Just saw this land in master, awesome. Suggestion inline. Marc-André Lureau writes: > Allow to specify the container engine to run with ENGINE variable. > > By default, ENGINE=auto and will select either podman or docker. > > Signed-off-by: Marc-André Lureau > --- > Makefile

Re: [Qemu-devel] [PATCH v3 3/6] tests/docker: add podman support

2019-08-23 Thread Markus Armbruster
One more: does docs/devel/testing.rst need an update?

Re: [Qemu-devel] [PATCH v3 3/6] tests/docker: add podman support

2019-07-15 Thread Alex Bennée
Marc-André Lureau writes: > Allow to specify the container engine to run with ENGINE variable. > > By default, ENGINE=auto and will select either podman or docker. > > Signed-off-by: Marc-André Lureau Reviewed-by: Alex Bennée > --- > Makefile | 2 +- > tests/docker/Mak

Re: [Qemu-devel] [PATCH v3 3/6] tests/docker: add podman support

2019-07-15 Thread Daniel P . Berrangé
On Sat, Jul 13, 2019 at 06:33:08PM +0400, Marc-André Lureau wrote: > Allow to specify the container engine to run with ENGINE variable. > > By default, ENGINE=auto and will select either podman or docker. > > Signed-off-by: Marc-André Lureau > --- > Makefile | 2 +- > tests