Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for commonTakeByTopologyTestCases (0.64 sec)

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

    	description   string
    	topo          *topology.CPUTopology
    	availableCPUs cpuset.CPUSet
    	numCPUs       int
    	expErr        string
    	expResult     cpuset.CPUSet
    }
    
    func commonTakeByTopologyTestCases(t *testing.T) []takeByTopologyTestCase {
    	return []takeByTopologyTestCase{
    		{
    			"take more cpus than are available from single socket with HT",
    			topoSingleSocketHT,
    			cpuset.New(0, 2, 4, 6),
    			5,
    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