Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCPUManagerAddWithResvList (0.26 sec)

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

    			}
    		}
    	}
    }
    
    // above test cases are without kubelet --reserved-cpus cmd option
    // the following tests are with --reserved-cpus configured
    func TestCPUManagerAddWithResvList(t *testing.T) {
    	testPolicy, _ := NewStaticPolicy(
    		&topology.CPUTopology{
    			NumCPUs:    4,
    			NumSockets: 1,
    			NumCores:   4,
    			CPUDetails: map[int]topology.CPUInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 42.9K bytes
    - Viewed (0)
Back to top