]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow tests from test_dhcp_agent run independently
authorAlessio Ababilov <aababilo@yahoo-inc.com>
Fri, 15 Feb 2013 07:52:24 +0000 (09:52 +0200)
committerAlessio Ababilov <aababilo@yahoo-inc.com>
Fri, 15 Feb 2013 07:54:38 +0000 (09:54 +0200)
commit73e43ac7f8c55691772470756ccaf86e7f087243
tree72aea8d801c4e9ef2bf4a323148d1ced1000f987
parent55fd44654f474d8cdbc91f765f799c61fb7c2d8f
Allow tests from test_dhcp_agent run independently

Some tests from test_dhcp_agent depend on each other
and cannot be run in arbitrary order. TestDhcpAgent
and TestDhcpAgentEventHandler need config options that
are initialized in other tests. This patch eliminates
such dependencies.

Fixes: bug #1125951
Change-Id: I10bc46a5e1244ea0f7a05a20bb162c50303f282e
quantum/tests/unit/test_dhcp_agent.py