MT#16429 Disable ngcp-panel port check 443/1443 for web_ext IP

At the momment results are not stable due to goss error.
The issue reported to upsteam: https://github.com/aelsabbahy/goss/issues/27

> Failures:
> Port: tcp:1443: ip: doesn't match, expect: [10.15.20.169] found: [127.0.0.1]
> Port: tcp:443: ip: doesn't match, expect: [10.15.20.169] found: [127.0.0.1]
>
> Total Duration: 0.436s
> Count: 259, Failed: 2

It should be re-enabled as soon as goss is fixed.

Change-Id: Iae2db3a29dd77b99733a92ec017ad00012ab0a87
(cherry picked from commit f72490ba4a)
changes/47/4247/1
Alexander Lutay 11 years ago
parent 844b2d5abc
commit 081e9cc15e

@ -60,18 +60,10 @@
"listening": true,
"ip": "127.0.0.1"
},
"tcp:443": {
"listening": true,
"ip": "[% web_ext_ips.0 -%]"
},
"tcp:1443": {
"listening": true,
"ip": "127.0.0.1"
},
"tcp:1443": {
"listening": true,
"ip": "[% web_int_ips.0 -%]"
},
[% END -%]
[% IF is_mgmt && pbx.enable == 'yes' -%]
"tcp:1444": {

Loading…
Cancel
Save