Page MenuHomeDevCentral

Test Auth Grove (login.nasqueron.org)
ClosedPublic

Authored by dereckson on Jul 26 2016, 20:57.
Tags
None
Referenced Files
F3931218: D577.id1424.diff
Sun, Dec 22, 17:51
F3930321: D577.id1425.diff
Sun, Dec 22, 13:26
F3930003: D577.id1400.diff
Sun, Dec 22, 11:56
Unknown Object (File)
Sun, Dec 15, 23:14
Unknown Object (File)
Sun, Dec 15, 23:14
Unknown Object (File)
Sun, Dec 15, 23:14
Unknown Object (File)
Sun, Dec 15, 22:04
Unknown Object (File)
Fri, Dec 13, 07:33
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
rOPS Nasqueron Operations
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
test/authgrove
Build Status
Buildable 846
Build 983: arc lint + arc unit

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.