Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNewDRAPluginClient (0.27 sec)

  1. pkg/kubelet/cm/dra/plugin/client_test.go

    		t.Errorf("expected length to be 1 but got %d", len(reusedConns))
    	}
    	if counter, ok := reusedConns[conn]; ok && counter != 2 {
    		t.Errorf("expected counter to be 2 but got %d", counter)
    	}
    }
    
    func TestNewDRAPluginClient(t *testing.T) {
    	for _, test := range []struct {
    		description string
    		setup       func(string) tearDown
    		pluginName  string
    		shouldError bool
    	}{
    		{
    			description: "plugin name is empty",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 19 16:27:05 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top