]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Register root_helper in test_debug_commands and test_dhcp_agent
authorAlessio Ababilov <aababilov@griddynamics.com>
Wed, 6 Feb 2013 11:22:53 +0000 (13:22 +0200)
committerAlessio Ababilov <aababilov@griddynamics.com>
Wed, 6 Feb 2013 11:22:53 +0000 (13:22 +0200)
commitb2dc9e6bf996a3e607bfbcaf133968798210a54d
treed7370883e016aea6d62cc65009997926fc914b52
parent5ec1bd70b74de2918f99ccfe9c8d89be5eade468
Register root_helper in test_debug_commands and test_dhcp_agent

root_helper variable currently must be introduced with a call
to register_root_helper, not with a simple assignment.

Change-Id: I3e72379925a994acfb6defb24820ab63eab43957
Fixes: bug #1117240
quantum/tests/unit/test_debug_commands.py
quantum/tests/unit/test_dhcp_agent.py