Files
podman/vendor/github.com/containers/common/libnetwork/cni
Valentin Rothberg ecf0177a01 vendor c/common@main
In hope to fix a CI flake.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-05-12 10:51:13 +02:00
..
2022-04-21 13:43:58 +02:00
2022-03-18 15:18:30 +01:00
2022-05-12 10:51:13 +02:00
2022-03-18 15:18:30 +01:00
2022-01-12 17:07:30 +01:00
2022-05-12 10:51:13 +02:00

This package abstracts CNI from libpod. It implements the ContainerNetwork interface defined in libpod/network/types/network.go for the CNI backend.

Testing

Run the tests with:

go test -v -mod=vendor -cover ./libpod/network/cni/

Run the tests as root to also test setup/teardown. This will execute CNI and therefore the cni plugins have to be installed.