]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Explicitly import state_path opt in tests.base
authorJoe Gordon <joe.gordon0@gmail.com>
Wed, 2 Apr 2014 18:25:27 +0000 (11:25 -0700)
committerJoe Gordon <joe.gordon0@gmail.com>
Wed, 2 Apr 2014 21:39:57 +0000 (14:39 -0700)
commitf6dfc3a901ce7536a72e6159583051e9bcaf8d8f
treefce23fe3c810cdca0f8a10e076c6a34b060600ee
parenta86bc415b61b7d452b7fe201e63565e75e9c60c2
Explicitly import state_path opt in tests.base

This wasn't explicitly needed in the unit tests because
neutron.common.config was already loaded, but this broke for the
functional tests (which are non-voting) so add a CONF.import_opt line so
functional tests know where to find the definition for state_path.

Change-Id: I5b87a75317e2ba670adaa59b251bfa860920fd61
neutron/tests/base.py