Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/k8s-device-plugin
/ removeMachineFile
Function
removeMachineFile
cmd/gpu-feature-discovery/main_test.go:573–576 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
571
}
572
573
func
removeMachineFile(t *testing.T) {
574
err := os.Remove(testMachineTypeFile)
575
require.NoError(t, err,
"Removing machine type mock file"
)
576
}
Callers
10
TestMigStrategyNone
Function · 0.85
TestMigStrategySingleForNoMigDevices
Function · 0.85
TestMigStrategySingleForMigDeviceMigDisabled
Function · 0.85
TestMigStrategySingle
Function · 0.85
TestMigStrategyMixed
Function · 0.85
TestRunOneshot
Function · 0.85
TestRunInfiniteSleep
Function · 0.85
TestRunWithNoTimestamp
Function · 0.85
TestRunSleep
Function · 0.85
TestFailOnNVMLInitError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected