]> 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)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 15:06:55 +0000 (23:06 +0800)
commitc20036e407cd5f80b1d42344c6af1c8c41416e66
tree0622917b0b35d62f0e12b210684bcb9c9df96952
parent4cd192c0255ee9f2f0503d538e90271923510953
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.

Closes-Bug: #1322440

Change-Id: I5b87a75317e2ba670adaa59b251bfa860920fd61
(cherry picked from commit f6dfc3a901ce7536a72e6159583051e9bcaf8d8f)
neutron/tests/base.py