Page MenuHomeDevCentral

Test Auth Grove (login.nasqueron.org)
ClosedPublic

Authored by dereckson on Jul 26 2016, 20:57.
Tags
None
Referenced Files
F11434610: D577.id1400.diff
Wed, Aug 27, 00:17
F11433670: D577.id.diff
Tue, Aug 26, 23:31
F11433550: D577.id1400.diff
Tue, Aug 26, 23:28
F11433549: D577.id1424.diff
Tue, Aug 26, 23:28
F11433548: D577.id1425.diff
Tue, Aug 26, 23:28
F11433535: D577.diff
Tue, Aug 26, 23:27
Unknown Object (File)
Tue, Aug 19, 02:37
Unknown Object (File)
Tue, Aug 19, 02:37
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

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.