[Yahoo-eng-team] [Bug 1241198] Re: Keystone tests determine rootdir relative to pwd

2013-12-16 Thread Alan Pevec
** Changed in: keystone/havana
   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/1241198

Title:
  Keystone tests determine rootdir relative to pwd

Status in OpenStack Identity (Keystone):
  Invalid
Status in Keystone havana series:
  Fix Released

Bug description:
  keystone/tests/core.py

  contains this code:

ROOTDIR = os.path.dirname(os.path.abspath('..'))

  which is determining the abspath of $PWD/..

  A more reliable way to determine the rootdir is relative to the
  dirname(__file__) of the python module itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1241198/+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 1241198] Re: Keystone tests determine rootdir relative to pwd

2013-10-17 Thread Dolph Mathews
Cool, thanks!

** 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/1241198

Title:
  Keystone tests determine rootdir relative to pwd

Status in OpenStack Identity (Keystone):
  Invalid

Bug description:
  keystone/tests/core.py

  contains this code:

ROOTDIR = os.path.dirname(os.path.abspath('..'))

  which is determining the abspath of $PWD/..

  A more reliable way to determine the rootdir is relative to the
  dirname(__file__) of the python module itself.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1241198/+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