The Jenkins test 'netinstall-test-ngcp-installer' restores plain Debian VM and install NGCP using ngcp-installer only. In this case the test should skip some strict host/names checks. Change-Id: I9b84784ebed0a54ff51aa2baef274f5466879352changes/45/4245/3
parent
6e97e15355
commit
bdf0d12f07
@ -1,18 +1,20 @@
|
||||
{
|
||||
"dns": {
|
||||
"localhost": {
|
||||
"resolveable": true,
|
||||
"addrs": [
|
||||
"127.0.0.1"
|
||||
],
|
||||
"timeout": 500
|
||||
},
|
||||
[% 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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,25 +1,27 @@
|
||||
{
|
||||
"dns": {
|
||||
"localhost": {
|
||||
[% IF sipwise.system_tester.skip_dns_check_test != "true" -%]
|
||||
"sp1": {
|
||||
"resolveable": true,
|
||||
"addrs": [
|
||||
"127.0.0.1"
|
||||
"192.168.255.251"
|
||||
],
|
||||
"timeout": 500
|
||||
},
|
||||
"sp1": {
|
||||
"sp2": {
|
||||
"resolveable": true,
|
||||
"addrs": [
|
||||
"192.168.255.251"
|
||||
"192.168.255.252"
|
||||
],
|
||||
"timeout": 500
|
||||
},
|
||||
"sp2": {
|
||||
[% END -%]
|
||||
"localhost": {
|
||||
"resolveable": true,
|
||||
"addrs": [
|
||||
"192.168.255.252"
|
||||
"127.0.0.1"
|
||||
],
|
||||
"timeout": 500
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue