Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for istioctlWithStderr (0.21 sec)

  1. tests/integration/pilot/analyze_test.go

    				applyFileOrFail(t, ns.Name(), jsonGatewayFile)
    				stdout, _, err := istioctlWithStderr(t, istioCtl, ns.Name(), true, jsonOutput)
    				expectJSONMessages(t, g, stdout, msg.ReferencedResourceNotFound)
    				g.Expect(err).To(BeNil())
    			})
    
    			t.NewSubTest("invalid file does not output error in stdout").Run(func(t framework.TestContext) {
    				stdout, _, err := istioctlWithStderr(t, istioCtl, ns.Name(), false, invalidExtensionFile, jsonOutput)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top