[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/5] tests/docker: add podman support
From: |
Marc-André Lureau |
Subject: |
[Qemu-devel] [PATCH v2 0/5] tests/docker: add podman support |
Date: |
Tue, 9 Jul 2019 23:43:25 +0400 |
Hi,
podman allows to run containers in a similar fashion as docker, but
without daemon or root privileges. Thank you podman!
There is a weird issue with getaddrinfo(), that I reported upstream
https://github.com/containers/libpod/issues/3535. For now, it is
worked around with extra socket_check_protocol_support() checks.
thanks
v2:
- add socket_check_protocol_support() to test-char
- keep TAP harness happy when socket_check_protocol_support() fails
- removed bad AI_ADDRCONFIG patch
- rebased
Marc-André Lureau (5):
docker.py: add podman support
tests/docker: add podman support
tests: specify the address family when checking bind
test-char: skip tcp tests if ipv4 check failed
test: skip tests if socket_check_protocol_support() failed
Makefile | 2 +-
tests/Makefile.include | 2 +-
tests/docker/Makefile.include | 17 +++++++++++---
tests/docker/docker.py | 43 ++++++++++++++++++++++++++++++----
tests/socket-helpers.c | 17 ++++++++++----
tests/socket-helpers.h | 11 ---------
tests/test-char.c | 19 +++++++++++----
tests/test-io-channel-socket.c | 4 +++-
tests/test-util-sockets.c | 4 +++-
9 files changed, 88 insertions(+), 31 deletions(-)
--
2.22.0.214.g8dca754b1e
- [Qemu-devel] [PATCH v2 0/5] tests/docker: add podman support,
Marc-André Lureau <=
- [Qemu-devel] [PATCH v2 3/5] tests: specify the address family when checking bind, Marc-André Lureau, 2019/07/09
- [Qemu-devel] [PATCH v2 5/5] test: skip tests if socket_check_protocol_support() failed, Marc-André Lureau, 2019/07/09
- [Qemu-devel] [PATCH v2 4/5] test-char: skip tcp tests if ipv4 check failed, Marc-André Lureau, 2019/07/09
- [Qemu-devel] [PATCH v2 1/5] docker.py: add podman support, Marc-André Lureau, 2019/07/09
- [Qemu-devel] [PATCH v2 2/5] tests/docker: add podman support, Marc-André Lureau, 2019/07/09