Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for BuildOrFail (0.14 sec)

  1. tests/integration/security/reachability_test.go

    							Version:     migrationVersionNonIstio,
    							Annotations: map[string]string{annotation.SidecarInject.Name: "false"},
    						},
    					},
    				}).BuildOrFail(t)
    			} else {
    				// TODO: remove the MinIstioVersion setting for dual stack integration test for next line
    				// integIstioVersion = cMinIstioVersionDS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/cni_race_test.go

    			deployment.
    				New(t, c).
    				WithConfig(echo.Config{
    					Namespace: ns,
    					Ports:     ports.All(),
    					Subsets:   []echo.SubsetConfig{{}},
    				}).BuildOrFail(t)
    
    			// To begin with, delete CNI Daemonset to simulate a CNI race condition.
    			// Temporarily store CNI DaemonSet, which will be deployed again later.
    			t.Log("Delete CNI Daemonset temporarily to simulate race condition")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 16:52:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  3. tests/integration/telemetry/policy/helper_test.go

    			},
    			TLSSettings: &common.TLSSettings{
    				// Echo has these test certs baked into the docker image
    				ClientCert: mustReadCert(t, "cert.crt"),
    				Key:        mustReadCert(t, "cert.key"),
    			},
    		}).BuildOrFail(t)
    
    	if err := t.ConfigIstio().YAML(serviceNamespace.Name(), ServiceEntry).Apply(); err != nil {
    		t.Errorf("failed to apply service entries: %v", err)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top