TestEngineering/Services/LoopTestEnvironments: Difference between revisions

Jump to navigation Jump to search
Line 11: Line 11:
* Pointing Fx Nightly to Production
* Pointing Fx Nightly to Production
** NOTE: Fx Nightly is already set to point to Production by default
** NOTE: Fx Nightly is already set to point to Production by default
* Quick Verifications
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
curl https://loop.services.mozilla.com
Note: the default value of "fakeTokBox" is true for the mock server, false for the live server
curl -I https://loop.services.mozilla.com
In the browser: https://call.mozilla.com
Loop
Welcome to the Loop web client.
Browser: https://call.mozilla.com/config.js
var loop = loop || {};
loop.config = {serverUrl: 'https://loop.services.mozilla.com'};
curl https://call.mozilla.com/
returns a page of HTML
curl -I https://call.mozilla.com/
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-length: 2010
Content-Type: text/html
Date: Thu, 24 Jul 2014 23:21:36 GMT
ETag: "53d15681-7da"
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


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

edits

Navigation menu