Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tpe (0.01 sec)

  1. tests/integration/security/util/reachability/context.go

    								expectMTLS := c.ExpectMTLS(from, opts)
    								var tpe string
    								if expectSuccess {
    									tpe = "positive"
    									opts.Check = check.And(
    										check.OK(),
    										check.ReachedTargetClusters(t))
    									if expectMTLS {
    										opts.Check = check.And(opts.Check,
    											check.MTLSForHTTP())
    									}
    								} else {
    									tpe = "negative"
    									opts.Check = check.NotOK()
    								}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 23 21:20:43 UTC 2022
    - 8.6K bytes
    - Viewed (0)
Back to top