TestEngineering/Services/LoopTestEnvironments: Difference between revisions

Jump to navigation Jump to search
Line 13: Line 13:


* Quick Verifications
* Quick Verifications
Loop-Server
  In the browser: https://loop.services.mozilla.com
  In the browser: https://loop.services.mozilla.com
  Note: the default value of "fakeTokBox" is true for the mock server, false for the live server
  Note: the default value of "fakeTokBox" is true for the mock server, false for the live server
Line 20: Line 21:
   
   
  curl -I https://loop.services.mozilla.com
  curl -I https://loop.services.mozilla.com
   
 
  Loop-Client
  In the browser: https://call.mozilla.com
  In the browser: https://call.mozilla.com
  Loop
  Loop
  Welcome to the Loop web client.
  Welcome to the Loop web client.
   
   
Browser: https://call.mozilla.com/config.js
Browser: https://call.mozilla.com/config.js
var loop = loop || {};
var loop = loop || {};
loop.config = {serverUrl: 'https://loop.services.mozilla.com'};
loop.config = {serverUrl: 'https://loop.services.mozilla.com'};


curl https://call.mozilla.com/
returns a page of HTML
curl -I https://call.mozilla.com/


curl https://call.mozilla.com/
MSISDN-Gateway
returns a page of HTML
Browser: https://msisdn.services.mozilla.com
 
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN
curl -I https://call.mozilla.com/
Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway"
HTTP/1.1 200 OK
,"endpoint":"https://msisdn.services.mozilla.com"}
Accept-Ranges: bytes
Content-length: 2010
curl https://msisdn.services.mozilla.com
Content-Type: text/html
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN  
Date: Thu, 24 Jul 2014 23:21:36 GMT
Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway"
ETag: "53d15681-7da"
,"endpoint":"https://msisdn.services.mozilla.com"}
Last-Modified: Thu, 24 Jul 2014 18:54:57 GMT
Vary: Accept-Encoding
Connection: keep-alive
 
Browser: https://msisdn.services.mozilla.com
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway/","endpoint":"https://msisdn.services.mozilla.com"}
 
curl https://msisdn.services.mozilla.com
{"name":"mozilla-msisdn-gateway","description":"The Mozilla MSISDN Gateway","version":"0.3.2","homepage":"https://github.com/mozilla-services/msisdn-gateway/","endpoint":"https://msisdn.services.mozilla.com"}


curl -I https://msisdn.services.mozilla.com
curl -I https://msisdn.services.mozilla.com


== Loop Server Stage Environment ==
== Loop Server Stage Environment ==
Confirmed users
3,727

edits

Navigation menu