Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCmdAddPodWithProxySidecarAmbientEnabledNS (0.72 sec)

  1. cni/pkg/plugin/plugin_test.go

    	testCmdAddExpectFail(t, cniConf, pod, ns)
    
    	wasCalled := serverClose()
    	// server called, but errored
    	assert.Equal(t, wasCalled, true)
    }
    
    func TestCmdAddPodWithProxySidecarAmbientEnabledNS(t *testing.T) {
    	url, serverClose := setupCNIEventClientWithMockServer(false)
    
    	cniConf := buildMockConf(true, url)
    
    	pod, ns := buildFakePodAndNSForClient()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top