MCPcopy
hub / github.com/opencontainers/runc / TestPidsSystemd

Function TestPidsSystemd

libcontainer/integration/exec_test.go:528–533  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

526}
527
528func TestPidsSystemd(t *testing.T) {
529 if !systemd.IsRunningSystemd() {
530 t.Skip("Test requires systemd.")
531 }
532 testPids(t, true)
533}
534
535func mkPtr[T any](v T) *T { return &v }
536

Callers

nothing calls this directly

Calls 1

testPidsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…