Skip to content

Commit

Permalink
eturnal_SUITE: update blacklist/whitelist config
Browse files Browse the repository at this point in the history
Update the test suite configuration as per commit
eba0cfe.
  • Loading branch information
weiss committed Oct 6, 2023
1 parent c92a79a commit 2b776b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions test/eturnal_SUITE_data/eturnal-new-otp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ eturnal:
- "!aNULL"
- "@STRENGTH"
max_bps: 100000
blacklist:
blacklist_clients: "127.0.0.1/8"
whitelist_clients: "127.0.0.1"
blacklist_peers:
- recommended
- "::ffff:0.0.0.0/96"
- "203.0.113.0/24"
- "2001:db8::/32"
whitelist:
whitelist_peers:
- "127.0.0.1"
- "203.0.113.113"
- "2001:db8::/64"
Expand Down
6 changes: 4 additions & 2 deletions test/eturnal_SUITE_data/eturnal-old-otp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ eturnal:
- "!aNULL"
- "@STRENGTH"
max_bps: 100000
blacklist:
blacklist_clients: "127.0.0.1/8"
whitelist_clients: "127.0.0.1"
blacklist_peers:
- recommended
- "203.0.113.0/24"
- "2001:db8::/32"
whitelist:
whitelist_peers:
- "127.0.0.1"
- "203.0.113.113"
- "2001:db8::/64"
Expand Down

0 comments on commit 2b776b0

Please sign in to comment.