Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTakeByTopologyNUMAPacked (0.31 sec)

  1. pkg/kubelet/cm/cpumanager/cpu_assignment_test.go

    			topoDualSocketMultiNumaPerSocketHT,
    			mustParseCPUSet(t, "1-39,41-79"), // reserve the first (phys) core (0,40)
    			60,
    			"",
    			mustParseCPUSet(t, "10-39,50-79"),
    		},
    	}
    }
    
    func TestTakeByTopologyNUMAPacked(t *testing.T) {
    	testCases := commonTakeByTopologyTestCases(t)
    	testCases = append(testCases, []takeByTopologyTestCase{
    		{
    			"take one cpu from dual socket with HT - core from Socket 0",
    			topoDualSocketHT,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 17:31:37 UTC 2023
    - 22.7K bytes
    - Viewed (0)
Back to top