Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkAllocatableDevicesConsistsOf (0.25 sec)

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

    	as.Equal(2, len(allocatableDevs))
    
    	devInstances1, ok := allocatableDevs[resourceName1]
    	as.True(ok)
    	checkAllocatableDevicesConsistsOf(as, devInstances1, []string{"R1Device1", "R1Device2"})
    
    	devInstances2, ok := allocatableDevs[resourceName2]
    	as.True(ok)
    	checkAllocatableDevicesConsistsOf(as, devInstances2, []string{"R2Device1"})
    
    }
    
    func TestGetAllocatableDevicesHealthTransition(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
Back to top