spiegel_podman/vendor/github.com/containers/common/libnetwork/cni
Valentin Rothberg 57cdc21b00 vendor c/common@0ededd18a1
Update the login tests to reflect the latest changes to allow http{s}
prefixes (again) to address bugzilla.redhat.com/show_bug.cgi?id=2062072.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-03-18 15:18:30 +01:00
..
cni_conversion.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
cni_exec.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
cni_types.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
config.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
network.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
README.md use libnetwork from c/common 2022-01-12 17:07:30 +01:00
run.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01: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.