mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
Remove test cases that only tested CNI-specific functionality: - Remove "podman --cni-config-dir backwards compat" test - Remove "podman CNI network create with internal should not have dnsname" test Update CNI-specific test names to be network-backend agnostic: - Rename "podman inspect container single CNI network" to "podman inspect container single network" - Rename "podman inspect container two CNI networks (container not running)" to "podman inspect container two networks (container not running)" - Rename "podman inspect container two CNI networks" to "podman inspect container two networks" - Rename "podman run in custom CNI network with --static-ip" to "podman run in custom network with --static-ip" - Rename "podman rootless cni adds /usr/sbin to PATH" to "podman rootless adds /usr/sbin to PATH" Update test content to be backend-agnostic: - Update skip reasons from "Requires root CNI networking" to "Requires root networking" - Change --rootless-cni flag usage to --rootless-netns - Update comments from "CNI network" to "network" - Update comments from "iptables" to "nftables" for netavark - Update test assertions to remove CNI-specific messaging Remove CNI-related test documentation and comments: - Remove commented-out CNI error messages from Python API tests - Remove CNI network namespace error documentation from upgrade tests - Remove CNI-related comments from BATS tests Remove unused import of github.com/containernetworking/plugins/pkg/ns from test/e2e/run_networking_test.go (test-only usage). Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>