Confirmed users
3,727
edits
Line 95: | Line 95: | ||
* Tokenserver+Verifier Production Environment | * Tokenserver+Verifier Production Environment | ||
In the browser: https://token.services.mozilla.com | |||
curl https://token.services.mozilla.com | |||
curl -I https://token.services.mozilla.com | |||
Then: | |||
Use the test tool from here: https://github.com/edmoz/fxa-sync-client | Use the test tool from here: https://github.com/edmoz/fxa-sync-client | ||
Install and check all collection types for a known account in Production: | Install and check all collection types for a known account in Production: | ||
Line 101: | Line 105: | ||
* Verifier Production Environment | * Verifier Production Environment | ||
In the browser: https://verifier.accounts.firefox.com | |||
curl https://verifier.accounts.firefox.com | |||
curl -I https://verifier.accounts.firefox.com | |||
Then: | |||
Use the simple "make test" command from an install of browserid-verifier on the localhost or AWS instance. | Use the simple "make test" command from an install of browserid-verifier on the localhost or AWS instance. | ||
cd loadtest | cd loadtest | ||
make test SERVER_URL=https://verifier.accounts.firefox.com | make test SERVER_URL=https://verifier.accounts.firefox.com | ||
* Sync Server Stage environment | * Sync Server Stage environment | ||
Sign in with a known FxA account and sync data with a current Production account (sync node). | Sign in with a known FxA account and sync data with a current Production account (sync node). |