From 4e95a4c8ac45db960d151525dba0ad0d064d3f7a Mon Sep 17 00:00:00 2001 From: cskh Date: Tue, 15 Nov 2022 15:26:40 -0500 Subject: [PATCH] integ-test: remove unnecessary step since connection is already via mgw (#15381) --- .../alpha/verify.bats | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/verify.bats b/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/verify.bats index 06314df90..4568f6030 100644 --- a/test/integration/connect/envoy/case-cross-peer-control-plane-mgw/alpha/verify.bats +++ b/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 -} \ No newline at end of file +}