aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/container_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/container_test.go')
-rw-r--r--container/container_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/container/container_test.go b/container/container_test.go
index 62eeacfc..91fa49bb 100644
--- a/container/container_test.go
+++ b/container/container_test.go
@@ -61,6 +61,7 @@ var containerTestCases = []struct {
{"custom rules", true, true, true, false,
new(container.Ops), nil,
1, 31, []seccomp.NativeRule{{seccomp.ScmpSyscall(syscall.SYS_SETUID), seccomp.ScmpErrno(syscall.EPERM), nil}}, 0, seccomp.PresetExt},
+
{"tmpfs", true, false, false, true,
new(container.Ops).
Tmpfs(hst.Tmp, 0, 0755),
@@ -68,6 +69,7 @@ var containerTestCases = []struct {
ent("/", hst.Tmp, "rw,nosuid,nodev,relatime", "tmpfs", "ephemeral", ignore),
},
9, 9, nil, 0, seccomp.PresetStrict},
+
{"dev", true, true /* go test output is not a tty */, false, false,
new(container.Ops).
Dev("/dev").