Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestStorageOptions (0.22 sec)

  1. cmd/prune-junit-xml/prunexml_test.go

    		<testcase classname="k8s.io/kubernetes/cluster/gce/cos" name="TestStorageOptions/storage_options_are_supplied" time="0.860000"></testcase>
    		<testcase classname="k8s.io/kubernetes/cluster/gce/cos" name="TestStorageOptions/storage_options_are_not_supplied" time="0.280000"></testcase>
    		<testcase classname="k8s.io/kubernetes/cluster/gce/cos" name="TestStorageOptions" time="1.140000"></testcase>
    	</testsuite>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 12:26:00 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  2. cluster/gce/gci/apiserver_etcd_test.go

    			for _, f := range tc.want {
    				if !strings.Contains(execArgs, f) {
    					t.Fatalf("Got %q, want it to contain %q", execArgs, f)
    				}
    			}
    		})
    	}
    }
    
    func TestStorageOptions(t *testing.T) {
    	testCases := []struct {
    		desc     string
    		env      kubeAPIServeETCDEnv
    		want     []string
    		dontWant []string
    	}{
    		{
    			desc: "storage options are supplied",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 18 11:14:24 UTC 2021
    - 5.6K bytes
    - Viewed (0)
Back to top