From 8e70c3fc25814c4c43beabdd3bebbc849aaf0154 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" Date: Wed, 28 Oct 2020 08:43:11 -0500 Subject: [PATCH] missed adding the test delay to the l7-intentions envoy integration test (#9052) --- test/integration/connect/envoy/case-l7-intentions/verify.bats | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/integration/connect/envoy/case-l7-intentions/verify.bats b/test/integration/connect/envoy/case-l7-intentions/verify.bats index d7d941f5e4..80a1530476 100644 --- a/test/integration/connect/envoy/case-l7-intentions/verify.bats +++ b/test/integration/connect/envoy/case-l7-intentions/verify.bats @@ -26,6 +26,10 @@ load helpers assert_upstream_has_endpoints_in_status 127.0.0.1:19000 s2.default.primary HEALTHY 1 } +@test "s2 should have http rbac rules loaded from xDS" { + retry_default assert_envoy_http_rbac_policy_count localhost:19001 1 +} + # these all use the same context: "s1 upstream should be able to connect to s2 via upstream s2" @test "test exact path" {