Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for invalidRule (0.16 sec)

  1. tests/integration/pilot/analyze_test.go

    			// Parse error as the yaml file itself is not valid yaml.
    			output, err = istioctlSafe(t, istioCtl, ns.Name(), false, invalidFile)
    			g.Expect(strings.Join(output, "\n")).To(ContainSubstring("Error(s) adding files"))
    			g.Expect(strings.Join(output, "\n")).To(ContainSubstring(fmt.Sprintf("errors parsing content \"%s\"", invalidFile)))
    
    			g.Expect(err).To(MatchError(analyze.FileParseError{}))
    
    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