neutron/neutron/tests/functional/agent/l3
Sergey Belous d37288bed3 Avoid DuplicateOptError in functional tests
Some test require to register options with oslo.Config,
but now some of them use global cfg.CONF for it.
This can cause the DuplicateOptError if two tests tried to
register the same option with different values of config.
We should use the oslo_config fixture [1]
in functional tests to avoid it.

[1] http://git.openstack.org/cgit/openstack/oslo.config/tree/oslo_config/fixture.py

Closes-bug: #1505715
Change-Id: I5c2340c0af054dfa78788cbc61dfb1fd9feea535
(cherry picked from commit 5c3f5d0350)
2016-03-12 21:27:46 +00:00
..
__init__.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
test_keepalived_state_change.py Avoid DuplicateOptError in functional tests 2016-03-12 21:27:46 +00:00
test_namespace_manager.py Remove unnecessary executable permission 2015-08-01 05:16:32 +00:00