yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15044
[Bug 1246941] Re: Trust Auth is broken when Content Type is XML
** Changed in: keystone
Status: Invalid => In Progress
** Changed in: keystone
Assignee: Adam Young (ayoung) => Steve Martinelli (stevemar)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1246941
Title:
Trust Auth is broken when Content Type is XML
Status in OpenStack Identity (Keystone):
In Progress
Bug description:
--- a/keystone/tests/test_v3_auth.py
+++ b/keystone/tests/test_v3_auth.py
@@ -2238,3 +2238,7 @@ class TestTrustAuth(TestAuthInfo):
self.get('/OS-TRUST/trusts?trustor_user_id=%s' %
self.user_id, expected_status=401,
token=trust_token)
+
+
+class TestTrustAuthXML(TestTrustAuth):
+ content_type = 'xml'
And, when running it, I got:
Ran 24 tests in 5.832s
FAILED (SKIP=1, errors=12)
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1246941/+subscriptions