Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedPreferredAllocation (0.3 sec)

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

    			t.Errorf("%v. expected allocation size: %v but got: %v", tc.description, tc.request, len(allocated))
    		}
    
    		if !allocated.HasAll(tc.expectedPreferredAllocation...) {
    			t.Errorf("%v. expected preferred allocation: %v but not present in: %v", tc.description, tc.expectedPreferredAllocation, allocated.UnsortedList())
    		}
    
    		alignment := make(map[int]int)
    		if m.deviceHasTopologyAlignment(tc.resource) {
    			for d := range allocated {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 47.5K bytes
    - Viewed (0)
Back to top