Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for bodyContains (0.16 sec)

  1. tests/integration/ambient/baseline_test.go

    								// IP=10.244.2.20
    								// Alpn=
    								// RequestHeader=Accept:*/*
    								// RequestHeader=User-Agent:curl/7.81.0
    								// Hostname=uncaptured-v1-868c9b59b5-rxvfq
    								Check: check.BodyContains(`Hostname=uncaptured-v`), // can hit v1 or v2
    							})
    						})
    				})
    			}
    		})
    }
    
    // Ambient ServiceEntry support for auto assigned vips is lacking for now, but planned.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  2. tests/integration/security/authz_test.go

    								HTTP: echo.HTTP{
    									Path:    c.path,
    									Headers: headers.New().WithHost(c.host).WithAuthz(c.token).Build(),
    								},
    								Check: check.And(check.NoErrorAndStatus(wantCode), check.BodyContains(body)),
    							}
    
    							from.CallOrFail(t, opts)
    						})
    					}
    				})
    		})
    }
    
    func TestAuthz_Conditions(t *testing.T) {
    	framework.NewTest(t).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top