← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1389623] [NEW] Duplicate code in test_v3_federation

 

Public bug reported:

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).

** Affects: keystone
     Importance: Low
     Assignee: Henry Nash (henry-nash)
         Status: New

** Changed in: keystone
   Importance: Undecided => Low

** Changed in: keystone
     Assignee: (unassigned) => Henry Nash (henry-nash)

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

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


Follow ups

References