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/ce/09_system_dns.json.tt2

21 lines
430 B

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