action #124619
closed[new test] podman network test
0%
Description
Create a new test podman_network.pm
to create networks and containers in those networks.
Commands to be validated:
- podman network create
- podman network inspect
- podman network ls
- podman network exists
- podman network connect
- podman network disconnect
- podman network reload
- podman network prune
- podman network rm
The creation of a new network shall be done in 2 ways:
- podman network create e.g. https://docs.podman.io/en/latest/markdown/podman-network-create.1.html#example
- podman network create e.g .https://github.com/containers/podman/blob/main/cni/87-podman-bridge.conflist
Updated by jlausuch almost 2 years ago
- Blocks action #124631: Usage of netavark and aardvark in podman networks added
Updated by mgrossu almost 2 years ago
- Status changed from Workable to In Progress
Updated by dancermak almost 2 years ago
It would be nice if this test could also include checks for the new netavark network stack that we support as of podman 4.4.
Updated by jlausuch almost 2 years ago
dancermak wrote:
It would be nice if this test could also include checks for the new netavark network stack that we support as of podman 4.4.
Already thought about that ;)
https://progress.opensuse.org/issues/124631
Updated by mgrossu almost 2 years ago
The ticket is still in progress the latest changes still fails on SLE-SP1 & SP2
Updated by mgrossu almost 2 years ago
The first PR successfully merged. It vlaidates the following commands:
- podman network create
- podman network inspect
- podman network ls
- podman network exists
- podman network prune
- podman network rm
Now working on the second PR that will validate the rest of the commands:
- podman network connect
- podman network disconnect
- podman network reload
Updated by mgrossu over 1 year ago
Updated by mloviska over 1 year ago
- Blocks deleted (action #124631: Usage of netavark and aardvark in podman networks)
Updated by ph03nix over 1 year ago
Can you please mark it as resolved? I'm relying on the engineers doing evaluation of their work and then resolving the tickets. I trust you guys :-)