RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1379427 - python-fixtures >= 3 is required for neutron
Summary: python-fixtures >= 3 is required for neutron
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: RDO
Classification: Community
Component: python-fixtures
Version: trunk
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: trunk
Assignee: RHOS Maint
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-26 17:14 UTC by Arie Bregman
Modified: 2017-06-19 20:22 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-19 20:22:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Arie Bregman 2016-09-26 17:14:16 UTC
Description of problem:

Running neutron tests for RHOSP 10/newton fails with the following error:

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/fixtures/fixture.py", line 212, in setUp
    raise MultipleExceptions(*errors)
testtools.runtest.MultipleExceptions: ((<class 'oslo_config.cfg.ConfigFilesPermissionDeniedError'>, ConfigFilesPermissionDeniedError(), <traceback object at 0x5ba7830>), (<class 'fixtures.fixture.SetupError'>, SetupError({},), <traceback object at 0x5ba7950>))

It happens because we have old version of python-fixtures (v1) and according to 
global requirements (and neutron requirements) we need at least >= 3 version.

https://github.com/openstack/requirements/blob/master/global-requirements.txt#L318


How reproducible: 100%


Steps to Reproduce:
1. Clone neutron OSP 10/newton
2. Run tox -e dsvm-functional

Actual results: Failure


Expected results: Tests passed successfully

Comment 1 Assaf Muller 2016-09-27 15:28:56 UTC
I see v3.0 builds for Fedora 25:
http://koji.fedoraproject.org/koji/packageinfo?packageID=15034

Comment 2 Christopher Brown 2017-06-19 20:22:24 UTC
Built so closing.


Note You need to log in before you can comment on or make changes to this bug.