Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCmdAddNoPrevResult (0.1 sec)

  1. cni/pkg/plugin/plugin_test.go

    	})
    
    	mockIntercept := testDoAddRun(t, buildMockConf(true), testNSName, pod, ns)
    
    	if len(mockIntercept.lastRedirect) != 0 {
    		t.Fatal("failed to exclude pod")
    	}
    }
    
    func TestCmdAddNoPrevResult(t *testing.T) {
    	confNoPrevResult := `{
        "cniVersion": "1.0.0",
    	"name": "istio-plugin-sample-test",
    	"type": "sample",
        "runtimeconfig": {
             "sampleconfig": []
        },
    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