Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/kubelet/cadvisor/util_test.go

    	}
    	actual := CapacityFromMachineInfo(machineInfo)
    	if !reflect.DeepEqual(actual, expected) {
    		t.Errorf("when set hugepages true, got resource list %v, want %v", actual, expected)
    	}
    }
    
    func TestCrioSocket(t *testing.T) {
    	assert.True(t, strings.HasSuffix(crio.CrioSocket, CrioSocketSuffix), "CrioSocketSuffix in this package must be a suffix of the one in github.com/google/cadvisor/container/crio/client.go")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 04 05:08:20 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top