Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
TestAgentVendor to use the fake_agent driver
TestAgentVendor tor use the fake_agent driver and not the fake_pxe one.

Change-Id: Ibcc77384f4d220759caa3cf63088c559fa4a4f69
  • Loading branch information
umago committed Oct 17, 2014
1 parent e6ac648 commit 504ca9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ironic/tests/drivers/test_agent.py
Expand Up @@ -122,10 +122,10 @@ def test_take_over(self, update_dhcp_mock):
class TestAgentVendor(db_base.DbTestCase):
def setUp(self):
super(TestAgentVendor, self).setUp()
mgr_utils.mock_the_extension_manager(driver="fake_pxe")
mgr_utils.mock_the_extension_manager(driver="fake_agent")
self.passthru = agent.AgentVendorInterface()
n = {
'driver': 'fake_pxe',
'driver': 'fake_agent',
'instance_info': INSTANCE_INFO,
'driver_info': DRIVER_INFO
}
Expand Down

0 comments on commit 504ca9f

Please sign in to comment.