You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
system-tests/pro/09_system_dns.json.tt2

27 lines
574 B

{
"dns": {
[% IF sipwise.system_tester.skip_dns_check_test != "true" -%]
"sp1": {
"resolveable": true,
"addrs": [
"192.168.255.251"
],
"timeout": 500
},
"sp2": {
"resolveable": true,
"addrs": [
"192.168.255.252"
],
"timeout": 500
},
[% END -%]
"localhost": {
"resolveable": true,
"addrs": [
"127.0.0.1"
],
"timeout": 500
}
}
}