Confirmed users
3,727
edits
| Line 94: | Line 94: | ||
* This is a quick sanity test of the environment for after each Production deployment. | * This is a quick sanity test of the environment for after each Production deployment. | ||
* Loop Server | * Loop Server | ||
In the browser: https://loop.services.mozilla.com | |||
or do the following from a command line: | |||
curl https://loop.services.mozilla.com | curl https://loop.services.mozilla.com | ||
curl -I https://loop.services.mozilla.com | curl -I https://loop.services.mozilla.com | ||
Then run a few 'make test' commands from the loadtests folder: | |||
make test SERVER_URL=https://loop.services.mozilla.com | |||
Note: this does hit a live third-party server | |||
* Loop Client | * Loop Client | ||
| Line 110: | Line 113: | ||
* MSISDN Gateway | * MSISDN Gateway | ||
In the browser: https://msisdn.services.mozilla.com | |||
or do the following from a command line: | |||
curl https://msisdn.services.mozilla.com | curl https://msisdn.services.mozilla.com | ||
curl -I https://msisdn.services.mozilla.com | curl -I https://msisdn.services.mozilla.com | ||
Then run a single 'make test' command from the loadtests folder: | |||
make test SERVER_URL=https://msisdn.services.mozilla.com | |||
Note: this does hit a live third-party, so limit the check to a single run. | |||
== Load Test Tool Client/Host == | == Load Test Tool Client/Host == | ||