Browse Source

integ-test: remove unnecessary step since connection is already via mgw (#15381)

pull/15389/head
cskh 2 years ago committed by GitHub
parent
commit
359a908bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/verify.bats

8
test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/verify.bats

@ -38,12 +38,6 @@ load helpers
assert_upstream_has_endpoints_in_status 127.0.0.1:19003 server.primary.peering HEALTHY 1
}
# Re-peering the clusters is a way to have alpha dial out through its own gateway
# since we know it is configured with endpoints for primary from the first time they peered.
@test "re-peer the two clusters together" {
create_peering primary alpha
}
@test "alpha servers made connection to primary servers via alpha gateway" {
@test "dialer servers in alpha made connection to primary servers via alpha gateway" {
assert_envoy_metric_at_least 127.0.0.1:19003 "cluster.server.primary.peering.*cx_total" 1
}
Loading…
Cancel
Save