Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestEmptyCluster (0.23 sec)

  1. tests/integration/pilot/analyze_test.go

    	invalidExtensionFile = "testdata/invalid.md"
    	dirWithConfig        = "testdata/some-dir/"
    	jsonOutput           = "-ojson"
    )
    
    var analyzerFoundIssuesError = analyze.AnalyzerFoundIssuesError{}
    
    func TestEmptyCluster(t *testing.T) {
    	// nolint: staticcheck
    	framework.
    		NewTest(t).
    		RequiresSingleCluster().
    		Run(func(t framework.TestContext) {
    			g := NewWithT(t)
    
    			ns := namespace.NewOrFail(t, t, namespace.Config{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. pkg/test/framework/features/allowlist.txt

    framework_test,TestParallel/top/l1b/l2d
    framework_test,TestStyle1
    framework_test,TestStyle2
    pilot,TestAllNamespaces
    pilot,TestDirectoryWithoutRecursion
    pilot,TestDirectoryWithRecursion
    pilot,TestEmptyCluster
    pilot,TestEnsureNoMissingCRDs
    pilot,TestFileAndKubeCombined
    pilot,TestFileOnly
    pilot,TestInvalidFileError
    pilot,TestJsonInputFile
    pilot,TestJsonOutput
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 18 18:03:23 UTC 2022
    - 103.9K bytes
    - Viewed (0)
Back to top