From 162be115e0e757d696aed61b4dbc333b65e10231 Mon Sep 17 00:00:00 2001 From: averbukh Date: Mon, 15 Mar 2021 09:39:00 +0100 Subject: [PATCH] Delete file with wrong extention --- .../fixture/rules/common..yaml | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 tests/modules/net_vpc_firewall_yaml/fixture/rules/common..yaml diff --git a/tests/modules/net_vpc_firewall_yaml/fixture/rules/common..yaml b/tests/modules/net_vpc_firewall_yaml/fixture/rules/common..yaml deleted file mode 100644 index 6e2871495..000000000 --- a/tests/modules/net_vpc_firewall_yaml/fixture/rules/common..yaml +++ /dev/null @@ -1,20 +0,0 @@ -# allow ingress from GCLB to all instances in the network -lb-health-checks: - allow: - - ports: [] - protocol: tcp - direction: INGRESS - priority: 1001 - source_ranges: - - 35.191.0.0/16 - - 130.211.0.0/22 - -# deny all egress -deny-all: - deny: - - ports: [] - protocol: all - direction: EGRESS - priority: 65535 - destination_ranges: - - 0.0.0.0/0