]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move ConfigDict and ConfigFileFixture to neutron.tests.common
authorCedric Brandily <zzelle@gmail.com>
Thu, 24 Sep 2015 18:39:35 +0000 (20:39 +0200)
committerCedric Brandily <zzelle@gmail.com>
Thu, 24 Sep 2015 18:47:44 +0000 (20:47 +0200)
commit739dc16fe75253d392bd4112bc638c1648e0ccf9
treee6c736c1926efcd374d0fd4bf045fead67369807
parentaa1c040a20addcc4f5d3b35b3ad45cf5a25fde6f
Move ConfigDict and ConfigFileFixture to neutron.tests.common

This change moves ConfigDict[1] and ConfigFileFixture[1] in order to use
them in fullstack and functional tests (in a follow-up change).

[1] neutron.tests.fullstack.resources.config

Related-bug: #1497027
Change-Id: I16157b0b739c9e620f23c984187b492bf5af2e60
neutron/tests/common/config_fixtures.py [new file with mode: 0644]
neutron/tests/fullstack/resources/config.py