Page MenuHomeDevCentral

Test Auth Grove (login.nasqueron.org)
ClosedPublic

Authored by dereckson on Jul 26 2016, 20:57.
Tags
None
Referenced Files
F3715614: D577.diff
Tue, Nov 5, 08:21
Unknown Object (File)
Thu, Oct 31, 10:26
Unknown Object (File)
Tue, Oct 29, 05:30
Unknown Object (File)
Tue, Oct 29, 05:30
Unknown Object (File)
Tue, Oct 29, 05:30
Unknown Object (File)
Tue, Oct 29, 05:21
Unknown Object (File)
Tue, Oct 29, 05:12
Unknown Object (File)
Thu, Oct 24, 23:31
Subscribers
None

Details

Summary

The login application contains a /status route returning a 200 "ALIVE"
to ease monitoring since c494df36.

Basic homepage http/https redirections can be tested too:

  • nginx redirects traffic from http to https with a 301 code
  • the app redirects / to /auth/login when user isn't logged in with a 302 code

Finally, during development and deployment, we noticed URL issues.
We so test the homepage offers links to expected URL, and not
http://localhost or something else.

Test Plan

Run tests

Diff Detail

Repository
rTESTSPRODENV Test suite for operations: prod-environment-behaves-correctly
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to [Test] Test Auth Grove (login.nasqueron.org).
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Jul 29 2016, 23:11
dereckson retitled this revision from [Test] Test Auth Grove (login.nasqueron.org) to Test Auth Grove (login.nasqueron.org).
dereckson edited edge metadata.

Moved to new repository.

This revision is now accepted and ready to land.Jul 30 2016, 13:52
This revision was automatically updated to reflect the committed changes.