MT#14675 removed ossbss tests

Change-Id: I44209d68c5f12e9370ccb3c103f0717d4f73160b
changes/77/4477/2
Kirill Solomko 10 years ago committed by Alexander Lutay
parent d32e74f027
commit ab729901ab

@ -14,13 +14,6 @@
],
"stderr": []
},
"pgrep -c -f '[p]erl-fcgi-pm \\[Sipwise::Provisioning\\]'": {
"exit-status": "0",
"stdout": [
"1"
],
"stderr": []
},
"pgrep -n -f '[k]amailio.*kamailio.proxy.pid'": {
"exit-status": "0",
"stdout": [

@ -44,10 +44,6 @@
"enabled": true,
"running": true
},
"ngcp-ossbss": {
"enabled": true,
"running": true
},
"ngcp-rate-o-mat": {
"enabled": true,
"running": true

@ -140,24 +140,6 @@
"stderr": []
},
[% IF ossbss.frontend == 'apache' -%]
"curl --insecure -L https://[% web_ext_ips.0 -%]:2443/SOAP/Provisioning.wsdl": {
"exit-status": "0",
"stdout": [
"/xmlns:tns=\"http://dev.sipwise.com/SOAP/Provisioning\"/"
],
"stderr": []
},
[% ELSIF ossbss.frontend == 'fcgi' -%]
"curl --insecure -L https://ngcpsoap:s04pt3st@[% web_ext_ips.0 -%]:2443/SOAP/Provisioning.wsdl": {
"exit-status": "0",
"stdout": [
"/xmlns:tns=\"http://dev.sipwise.com/SOAP/Provisioning\"/"
],
"stderr": []
},
[% END -%]
"curl -L http://localhost:8081/nginx_status": {
"exit-status": "0",
"stdout": [

@ -14,13 +14,6 @@
],
"stderr": []
},
"pgrep -c -f '[p]erl-fcgi-pm \\[Sipwise::Provisioning\\]'": {
"exit-status": "0",
"stdout": [
"1"
],
"stderr": []
},
"pgrep -n -f '[k]amailio.*kamailio.proxy.pid'": {
"exit-status": "0",
"stdout": [

@ -87,12 +87,6 @@
"listening": true,
"ip": "0.0.0.0"
},
[% IF is_mgmt && ossbss.frontend != 'no' -%]
"tcp:2443": {
"listening": true,
"ip": "[% web_ext_ips.0 -%]"
},
[% END -%]
"tcp:25": {
"listening": true,
"ip": "127.0.0.1"

@ -114,12 +114,6 @@
"enabled": true,
"running": true
},
[% IF is_mgmt && ossbss.frontend != 'no' -%]
"ngcp-ossbss": {
"enabled": true,
"running": true
},
[% END -%]
[% IF www_admin.enabled == 'yes' -%]
"ngcp-panel": {
"enabled": true,

Loading…
Cancel
Save