yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24963
[Bug 1397882] [NEW] api/test_auth.py:test_user_only.py and test_user_id_only.py
Public bug reported:
the function name is mismatch with the function itself.
for test_user_only:
self.request.headers['X_USER_ID'] = 'testuserid'
===>
self.request.headers['X_USER'] = 'testuser'
for test_user_id_only, the same way.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1397882
Title:
api/test_auth.py:test_user_only.py and test_user_id_only.py
Status in OpenStack Compute (Nova):
New
Bug description:
the function name is mismatch with the function itself.
for test_user_only:
self.request.headers['X_USER_ID'] = 'testuserid'
===>
self.request.headers['X_USER'] = 'testuser'
for test_user_id_only, the same way.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1397882/+subscriptions
Follow ups
References