(tb testing.TB)
| 91 | } |
| 92 | |
| 93 | func fsSafeTestName(tb testing.TB) string { |
| 94 | return strings.ReplaceAll(tb.Name(), "/", "-") |
| 95 | } |
| 96 | |
| 97 | func testJailer(t *testing.T, jailerConfig *proto.JailerConfig) { |
| 98 | client, err := containerd.New(integtest.ContainerdSockPath, containerd.WithDefaultRuntime(firecrackerRuntime)) |
no test coverage detected