Fixed nova notifier test
Fixed nova notifier test due to the nova change https://review.openstack.org/54493. Change-Id: Ia3b81eb63f642668185474b2a5a15d3fc0d87b1c Closes-Bug: 1255409
This commit is contained in:
parent
76c6d465d8
commit
1a1563f05a
@ -225,7 +225,9 @@ class TestNovaNotifier(test.BaseTestCase):
|
||||
'instance_destroy',
|
||||
return_value=self.instance):
|
||||
self.compute.terminate_instance(self.context,
|
||||
instance=self.instance)
|
||||
instance=self.instance,
|
||||
bdms=[],
|
||||
reservations=[])
|
||||
|
||||
def tearDown(self):
|
||||
self.Pollster.instances = []
|
||||
|
Loading…
Reference in New Issue
Block a user