Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCmdAddExcludePod (0.09 sec)

  1. cni/pkg/plugin/plugin_test.go

    	if len(mockIntercept.lastRedirect) != 0 {
    		t.Fatal("Didnt Expect nsenterFunc to be called because this pod does not contain a sidecar")
    	}
    }
    
    func TestCmdAddExcludePod(t *testing.T) {
    	pod, ns := buildFakePodAndNSForClient()
    
    	mockIntercept := testDoAddRun(t, buildMockConf(true), "testExcludeNS", pod, ns)
    	if len(mockIntercept.lastRedirect) != 0 {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top