Skip to content

Commit

Permalink
Fix FAST nva bgp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed May 2, 2024
1 parent 27c57cf commit 01e5b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/fast/stages/s2_networking_e_nva_bgp/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -753,6 +753,7 @@ values:
layer4_configs:
- ip_protocol: tcp
ports:
- "22"
- "80"
- "443"
src_address_groups: null
Expand Down

0 comments on commit 01e5b7f

Please sign in to comment.