Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStaticPolicyAllocate (0.23 sec)

  1. pkg/kubelet/cm/memorymanager/policy_static_test.go

    				t.Fatalf("The actual machine state: %v is different from the expected one: %v", machineState, testCase.expectedMachineState)
    			}
    		})
    	}
    }
    
    func TestStaticPolicyAllocate(t *testing.T) {
    	testCases := []testStaticPolicy{
    		{
    			description:         "should do nothing for non-guaranteed pods",
    			expectedAssignments: state.ContainerMemoryAssignments{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
Back to top