summaryrefslogtreecommitdiff
path: root/test/e2e/libpod_suite_test.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-15 16:38:36 -0400
committerGitHub <noreply@github.com>2020-07-15 16:38:36 -0400
commit6dcff5c32b4ed68378c6df7c6b0fd04a902dc405 (patch)
tree1b20819b46e2fee91f76ad6a017b91d6bea529b6 /test/e2e/libpod_suite_test.go
parent9051546c4df40b611ca09b02ae57ae6e8fb72c94 (diff)
parentc58127602e57ad489bd951760026dccd7593eeaf (diff)
downloadpodman-6dcff5c32b4ed68378c6df7c6b0fd04a902dc405.tar.gz
podman-6dcff5c32b4ed68378c6df7c6b0fd04a902dc405.tar.bz2
podman-6dcff5c32b4ed68378c6df7c6b0fd04a902dc405.zip
Merge pull request #6975 from baude/rootlessIPMAC
Error on rootless mac and ip addresses
Diffstat (limited to 'test/e2e/libpod_suite_test.go')
-rw-r--r--test/e2e/libpod_suite_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/e2e/libpod_suite_test.go b/test/e2e/libpod_suite_test.go
index 105fcf6a8..29ad01363 100644
--- a/test/e2e/libpod_suite_test.go
+++ b/test/e2e/libpod_suite_test.go
@@ -41,12 +41,6 @@ func SkipIfRootless() {
}
}
-func SkipIfRootlessV2() {
- if os.Geteuid() != 0 {
- Skip("This function is not enabled for v2 rootless podman")
- }
-}
-
// Podman is the exec call to podman on the filesystem
func (p *PodmanTestIntegration) Podman(args []string) *PodmanSessionIntegration {
podmanSession := p.PodmanBase(args, false, false)