Add create podman network for system missing it.

We saw that on a Fedora 33 with Podman 3.3.1, an old system. I didn't
find in which release the default network changed and maybe it's
defined in the Linux distribution. So in doubt I always attempt to
create the network.
This commit is contained in:
Laurent Indermuehle 2023-02-23 09:22:19 +01:00
parent 6288c8b0e3
commit 41cb5de320
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -17,6 +17,8 @@ test-integration:
echo -n $(connector) > tests/integration/connector
echo -n $(python) > tests/integration/python
echo -n $(ansible) > tests/integration/ansible
# Create podman network for systems missing it. Error can be ignored
podman network create podman || true
podman run \
--detach \
--name primary \