Copy tempest.common.tempest_fixtures in to Neutron

tempest_fixtures is used exclusively in Tempest and Neutron,
therefor I don't think it makes sense to move it in to tempest.lib.
I'd rather copy it in to the Neutron repo.

Change-Id: Ibb52e2cae3f1af1569a04123c43ebc4d125e326d
Related-bug: #1555356
This commit is contained in:
Assaf Muller 2016-03-09 18:59:20 -05:00
parent 54a79091e9
commit 5b4e49fb06
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ from tempest import test
import testtools
from neutron.tests.api import base
from tempest.common import tempest_fixtures as fixtures
from neutron.tests.tempest.common import tempest_fixtures as fixtures
CONF = config.CONF