You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using podman, BGP test suite fails due to checks against
the env container runtime which are not compatible with podman:
- Inspecting network objects is not compatible due to diffrences in
how podman and docker persist network objects
- List containers using JSON format
To overcome the above, change network inspect operation and container
list using format to a form that compatible with bot docker and podman.
Signed-off-by: Or Mergi <[email protected]>
0 commit comments