mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Add test for REPP IP whitelisting
This commit is contained in:
parent
abf47b1e08
commit
9b4e9ca12c
2 changed files with 34 additions and 22 deletions
|
@ -1,9 +1,8 @@
|
|||
Fabricator(:white_ip) do
|
||||
ipv4 '192.168.1.1'
|
||||
ipv4 '127.0.0.1'
|
||||
interface WhiteIp::EPP
|
||||
end
|
||||
|
||||
Fabricator(:white_ip_repp, from: :white_ip) do
|
||||
ipv4 '127.0.0.1'
|
||||
interface WhiteIp::REPP
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue