From 01e5b7fe23e1d358badad4477b4d47855c7e7a8e Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Thu, 2 May 2024 08:44:53 +0200 Subject: [PATCH] Fix FAST nva bgp tests --- tests/fast/stages/s2_networking_e_nva_bgp/simple.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/fast/stages/s2_networking_e_nva_bgp/simple.yaml b/tests/fast/stages/s2_networking_e_nva_bgp/simple.yaml index f0594c4ca6..993910f7e7 100644 --- a/tests/fast/stages/s2_networking_e_nva_bgp/simple.yaml +++ b/tests/fast/stages/s2_networking_e_nva_bgp/simple.yaml @@ -740,7 +740,7 @@ values: timeouts: null ? module.firewall-policy-default.google_compute_firewall_policy_rule.hierarchical["ingress/allow-healthchecks"] : action: allow - description: Enable HTTP and HTTPS healthchecks + description: Enable SSH, HTTP and HTTPS healthchecks direction: INGRESS disabled: false enable_logging: null @@ -753,6 +753,7 @@ values: layer4_configs: - ip_protocol: tcp ports: + - "22" - "80" - "443" src_address_groups: null