Merge pull request #7786 from rhatdan/rootless

Remove SkipIfRootless if possible, document other calls
This commit is contained in:
OpenShift Merge Robot
2020-09-28 14:43:46 +00:00
committed by GitHub
27 changed files with 58 additions and 94 deletions

View File

@ -135,6 +135,7 @@ var _ = Describe("Podman network", func() {
})
It("podman network rm", func() {
SkipIfRootless() // FIXME: This one is definitely broken in rootless mode
// Setup, use uuid to prevent conflict with other tests
uuid := stringid.GenerateNonCryptoID()
secondPath := filepath.Join(podmanTest.CNIConfigDir, fmt.Sprintf("%s.conflist", uuid))