Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ADeviceId (0.21 sec)

  1. pkg/kubelet/cm/devicemanager/endpoint_test.go

    	devs := []*pluginapi.Device{
    		{ID: "ADeviceId", Health: pluginapi.Healthy},
    	}
    
    	p, e := esetup(t, devs, socket, "mock", func(n string, d []pluginapi.Device) {})
    	defer ecleanup(t, p, e)
    }
    
    func TestRun(t *testing.T) {
    	socket := filepath.Join(os.TempDir(), esocketName())
    
    	devs := []*pluginapi.Device{
    		{ID: "ADeviceId", Health: pluginapi.Healthy},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 16:05:48 UTC 2022
    - 7.6K bytes
    - Viewed (0)
Back to top