fix the vitrage id in test
Change-Id: Icbc68fef8b4b7dbebcc326e76ff2549e51fc8c86
This commit is contained in:
parent
f2cdca8fa7
commit
07ad004ff3
@ -57,7 +57,7 @@ class TestEvents(base.BaseTestCase):
|
||||
self.vitrage_client.event.post(event_time, event_type, details)
|
||||
|
||||
# list all alarms
|
||||
api_alarms = self.vitrage_client.alarm.list(vitrage_id=None,
|
||||
api_alarms = self.vitrage_client.alarm.list(vitrage_id='all',
|
||||
all_tenants=False)
|
||||
|
||||
# expect to get a 'host down alarm', generated by Doctor datasource
|
||||
|
Loading…
Reference in New Issue
Block a user