]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow test_l3_agent unit test to run individually
authorHenry Gessau <gessau@cisco.com>
Mon, 28 Apr 2014 17:41:18 +0000 (13:41 -0400)
committerHenry Gessau <gessau@cisco.com>
Thu, 1 May 2014 04:49:54 +0000 (00:49 -0400)
commit2a51109aecdfd10b153badbc0514948db10585c8
treee45ecfaeac2ab7851cbc8e788fedaed584a2f1a8
parent48647fd42ff342052cacb1115566d89d32631e37
Allow test_l3_agent unit test to run individually

When the test_l3_agent.TestL3AgentEventHandler test case is run
after test discovery it passes because discovery imports files
that registers all the config options. For the test case to run
individually we need to explicitly register the config options
used in the test.

Change-Id: Ic31503ad7be8601ff843dbdc8edf5856ce8b0e39
Closes-bug: #1313812
neutron/tests/unit/test_l3_agent.py