Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hboneClient (0.66 sec)

  1. tests/integration/ambient/waypoint_test.go

    			SetWaypoint(t, Captured, "simple-http-waypoint")
    
    			// ensure HTTP traffic works with all hostname variants
    			for _, src := range apps.All {
    				src := src
    				if !hboneClient(src) {
    					// TODO if we hairpinning, don't skip here
    					continue
    				}
    				t.NewSubTestf("from %s", src.ServiceName()).Run(func(t framework.TestContext) {
    					if src.Config().HasSidecar() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

    	return (s || d) && isL7Scheme
    }
    
    // Assumption is ambient test suite sidecars will support HBONE
    // If the assumption is incorrect hboneClient may return invalid result
    func hboneClient(instance echo.Instance) bool {
    	return instance.Config().ZTunnelCaptured()
    }
    
    func TestServices(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
Back to top