Documentation ¶
Overview ¶
Package testutil holds different utilities and stubs for testing
Index ¶
Constants ¶
View Source
const DefaultGpuCores = 10
DefaultGpuCores is the default number of cores for a GPU device in the mock.
Variables ¶
View Source
var DefaultGpuUUID = GPUUUIDs[0]
DefaultGpuUUID is the UUID for the default device returned by the mock
View Source
var GPUUUIDs = []string{
"GPU-12345678-1234-1234-1234-123456789012",
"GPU-99999999-1234-1234-1234-123456789013",
"GPU-00000000-1234-1234-1234-123456789014",
}
GPUUUIDs is a list of UUIDs for the devices returned by the mock
Functions ¶
func GetBasicNvmlMock ¶
GetBasicNvmlMock returns a mock of the nvml.Interface with a single device with 10 cores, useful for basic tests that need only the basic interaction with NVML to be working.
func GetDeviceMock ¶
GetDeviceMock returns a mock of the nvml.Device with the given UUID.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.