Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488554 - sys-auth/keystone-2013.1.3 test issue
Summary: sys-auth/keystone-2013.1.3 test issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL: https://bugs.launchpad.net/keystone/+...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-10-19 08:07 UTC by Ian Delaney (RETIRED)
Modified: 2013-11-10 09:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2013-10-19 08:07:11 UTC
~/cvsPortage/gentoo-x86/sys-auth/keystone $ time USE=sqlite ebuild keystone-2013.1.3-r3.ebuild clean test

=========================================
.........................................

a plethora of

AuthorizationFailure: Authorization Failed: Unable to establish connection to http://localhost:[various port numbers]/v2.0/tokens
-------------------- >> begin captured logging << --------------------
keystone.common.wsgi: DEBUG: Starting /usr/bin/nosetests-python2.7 on 127.0.0.1:0
keystone.common.wsgi: DEBUG: Starting /usr/bin/nosetests-python2.7 on 127.0.0.1:0
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): localhost
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 1316 tests in 2223.468s

FAILED (SKIP=87, errors=134)

This is openstack herd
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2013-11-05 08:41:57 UTC
It looks like these tests are guilty of needing a network connection so I shall see to  having them nosetests --excluded then, soonish
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2013-11-10 09:23:10 UTC
  08 Nov 2013; Ian Delaney <idella4@gentoo.org>
  +files/no_admin_token_auth-paste.ini, keystone-2013.2.ebuild:
  deleted patch that was commented out, added IUSE test, test deps, manually
  added missing file required for testsuite (within python_prepare_all), invoked
  test phase which now works due to addition of missing ini file