]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow tests in TestDhcpAgentEventHandler run independently
authorAlessio Ababilov <aababilo@yahoo-inc.com>
Mon, 18 Mar 2013 16:48:30 +0000 (18:48 +0200)
committerAlessio Ababilov <aababilo@yahoo-inc.com>
Mon, 18 Mar 2013 16:48:30 +0000 (18:48 +0200)
commit37ad346a7da82575e5d6cdd3b90317fc50700957
tree8fc117eae2b21da0b3d4ed1a2427f8a8d26a2d28
parent6e38c964df73b63d378aac5e734826f9e42f63eb
Allow tests in TestDhcpAgentEventHandler run independently

Tests in TestDhcpAgentEventHandler depend on dhcp_confs
option that is defined in quantum.agent.linux.dhcp. We have
to register the option in order to allow independent testing.

This problem is similar to bug #1125951.

Fixes: bug #1156696
Change-Id: I323908c6f70697e056294b1817ff32ce5d32b32c
quantum/tests/unit/test_dhcp_agent.py