← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1389623] Re: Duplicate code in test_v3_federation

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1389623

Title:
  Duplicate code in test_v3_federation

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  In the set set up of sample data, there exists the following:

          self.TOKEN_SCOPE_DOMAIN_B_FROM_CUSTOMER = self._scope_request(
              self.tokens['CUSTOMER_ASSERTION'], 'domain', self.domainB['id'])

          self.TOKEN_SCOPE_DOMAIN_B_FROM_CUSTOMER = self._scope_request(
              self.tokens['CUSTOMER_ASSERTION'], 'domain',
              self.domainB['id']

  The second statement is a duplicate of the first (formatting aside).

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1389623/+subscriptions


References