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

Function TestUpdateDevices

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

Source from the content-addressed store, hash-verified

86}
87
88func TestUpdateDevices(t *testing.T) {
89 testUpdateDevices(t, false)
90}
91
92func TestUpdateDevicesSystemd(t *testing.T) {
93 if !systemd.IsRunningSystemd() {

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…