Unable to run podman integration tests on MacOS #6773
Labels
area/odo-on-podman
Issues or PRs related to running odo against Podman
area/testing
Issues or PRs related to testing, Quality Assurance or Quality Engineering
kind/bug
Categorizes issue or PR as related to a bug.
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
Milestone
/kind bug
/area testing
It is not possible to run podman integration tests on MacOS due to the custom
containers.conf
file our tests are using.We use a very simple
containers.conf
file with just thenamespace
. MacOS requires the network configuration which is missing from the file since podman on MacOS runs inside a VM.Reproduction:
We could use an existing conf file and append the
namespace
to it to fix this issue.The text was updated successfully, but these errors were encountered: