Merge "XenAPI: Fix ValueError in test_slave_asks_master_to_add_slave_to_pool"

This commit is contained in:
Jenkins 2017-07-19 17:33:41 +00:00 committed by Gerrit Code Review
commit 2e0a906014
1 changed files with 1 additions and 1 deletions

View File

@ -3401,7 +3401,7 @@ class HypervisorPoolTestCase(test.NoDBTestCase):
self.assertIn(
(slave.compute_rpcapi.add_aggregate_host,
"CONTEXT", "slave", jsonutils.to_primitive(self.fake_aggregate),
"CONTEXT", "slave", self.fake_aggregate,
"master", "SLAVE_INFO"),
slave.compute_rpcapi._mock_calls)