mirror of
https://github.com/containers/podman.git
synced 2025-12-16 03:57:36 +08:00
Switch all rootful to rootfull
We are inconsistent on the name, we should stick with rootfull. [NO NEW TESTS NEEDED] Existing tests should handle this and no tests for machines exists yet. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -254,7 +254,7 @@ var _ = Describe("Podman network", func() {
|
||||
|
||||
expectedNetworks := []string{name}
|
||||
if !rootless.IsRootless() {
|
||||
// rootful image contains "podman/cni/87-podman-bridge.conflist" for "podman" network
|
||||
// rootfull image contains "podman/cni/87-podman-bridge.conflist" for "podman" network
|
||||
expectedNetworks = append(expectedNetworks, "podman")
|
||||
}
|
||||
session := podmanTest.Podman(append([]string{"network", "inspect"}, expectedNetworks...))
|
||||
|
||||
Reference in New Issue
Block a user