[Yahoo-eng-team] [Bug 1246941] Re: Trust Auth is broken when Content Type is XML

2014-06-02 Thread OpenStack Infra
** 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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1246941] Re: Trust Auth is broken when Content Type is XML

2013-11-20 Thread Dolph Mathews
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

-- 
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):
  Invalid

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp