Skip to content

Commit f9dd905

Browse files
committed
adjust test domain name
1 parent 9230d52 commit f9dd905

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/integration/lrp/lrp_fqdn_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ func TestLRPFQDN(t *testing.T) {
7171
shouldError: false,
7272
},
7373
{
74-
name: "nslookup bing succeeds",
75-
command: []string{"nslookup", "www.bing.com", "10.0.0.10"},
74+
name: "nslookup cloudflare succeeds",
75+
command: []string{"nslookup", "www.cloudflare.com", "10.0.0.10"},
7676
countIncreases: true,
7777
shouldError: false,
7878
},
7979
{
80-
name: "wget bing fails but dns succeeds",
81-
command: []string{"wget", "-O", "index.html", "www.bing.com", "--timeout=5"},
80+
name: "wget cloudflare fails but dns succeeds",
81+
command: []string{"wget", "-O", "index.html", "www.cloudflare.com", "--timeout=5"},
8282
expectedErrMsgContains: "timed out",
8383
countIncreases: true,
8484
shouldError: true,

test/integration/manifests/cilium/lrp/fqdn-cnp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ spec:
1919
rules:
2020
dns:
2121
- matchPattern: "*.google.com"
22-
- matchPattern: "*.bing.com"
22+
- matchPattern: "*.cloudflare.com"
2323
- toFQDNs:
2424
- matchPattern: "*.google.com"

0 commit comments

Comments
 (0)