Trust Auth is broken when Content Type is XML

Bug #1246941 reported by Adam Young
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
In Progress
Undecided
Steve Martinelli

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)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/54861

Changed in keystone:
assignee: nobody → Adam Young (ayoung)
status: New → In Progress
Revision history for this message
Dolph Mathews (dolph) wrote :

Need details of the specific failure to consider this a bug. I suspect you're seeing a failure in the test framework rather than in the API layer, though.

Changed in keystone:
status: In Progress → Invalid
Changed in keystone:
assignee: Adam Young (ayoung) → Steve Martinelli (stevemar)
status: Invalid → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on keystone (master)

Change abandoned by ayoung (<email address hidden>) on branch: master
Review: https://review.openstack.org/54861

tags: added: test-improvement
Dolph Mathews (dolph)
tags: added: xml
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.