Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/

Bug 1379427

Summary: python-fixtures >= 3 is required for neutron
Product: [Community] RDO Reporter: Arie Bregman <abregman>
Component: python-fixturesAssignee: RHOS Maint <rhos-maint>
Status: CLOSED ERRATA QA Contact: Shai Revivo <srevivo>
Severity: urgent Docs Contact:
Priority: urgent    
Version: trunkCC: amuller, apevec, chris.brown, lhh, srevivo
Target Milestone: ---Keywords: AutomationBlocker
Target Release: trunk   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-19 20:22:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.