github.com/AbhinandanKurakure/podman/v3@v3.4.10/libpod/network/cni/README.md (about) 1 This package abstracts CNI from libpod. 2 It implements the `ContainerNetwork` interface defined in [libpod/network/types/network.go](../types/network.go) for the CNI backend. 3 4 5 ## Testing 6 Run the tests with: 7 ``` 8 go test -v -mod=vendor -cover ./libpod/network/cni/ 9 ``` 10 Run the tests as root to also test setup/teardown. This will execute CNI and therefore the cni plugins have to be installed.