Closed
Bug 1192184
Opened 11 years ago
Closed 9 years ago
The local.py settings are not loaded in vendor_wsgi.py deploy way
Categories
(Mozilla QA Graveyard :: MozTrap, defect)
Mozilla QA Graveyard
MozTrap
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: xulz99, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36
Steps to reproduce:
1. Copy moztrap/settings/local.py from local.sample.py and modify/uncomment settings, such as below:
USE_BROWSERID = False
2. Start server with below command in vendor_wsgi deploy mode:
gunicorn -b 0.0.0.0:8000 moztrap.deploy.vendor_wsgi:application
3. Launch the browser, go to Login page
Actual results:
The default BrowserID login method is display on Login page instead of Username/Password way.
Expected results:
Username/Password login form appears.
Note: It works on development mode.
I have replaced to use Apache2 and mod_wsgi, this issue not reproduced.
Mass-closing remaining MozTrap bugs as WONTFIX, due to 1) the Mozilla-hosted instance being decommissioned (see https://wiki.mozilla.org/TestEngineering/Testrail), and, for now, 2) the still-up code archived at its GitHub page: https://github.com/mozilla/moztrap (we'll decide what's next for that, in the near future).
See also the history and more-detailed discussion which led us here, at https://groups.google.com/forum/#!topic/mozilla.dev.quality/Sa75hV8Ywvk
(If you'd like, you should be able to filter these notification emails using at least the unique string of "Sa75hV8Ywvk" in the message body.
Thanks!
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•