mirror of https://github.com/containers/podman.git
Remove ERROR: Error stutter from logrus messages also. [ NO TESTS NEEDED] This is just code cleanup. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> |
||
---|---|---|
.. | ||
testfiles | ||
README.md | ||
cni_conversion.go | ||
cni_exec.go | ||
cni_suite_test.go | ||
cni_types.go | ||
config.go | ||
config_test.go | ||
network.go | ||
run.go | ||
run_test.go |
README.md
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.