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

Function TestUpdateDevicesSystemd

libcontainer/integration/update_test.go:92–97  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

90}
91
92func TestUpdateDevicesSystemd(t *testing.T) {
93 if !systemd.IsRunningSystemd() {
94 t.Skip("Test requires systemd.")
95 }
96 testUpdateDevices(t, true)
97}

Callers

nothing calls this directly

Calls 1

testUpdateDevicesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…