Add Audit Scope Handler
This patch set adds audit scope mechanism. It also removes host_aggregate field. Change-Id: Ia98ed180a93fc8c19599735e2b41471d322bae9a Partially-Implements: blueprint define-the-audit-scope
This commit is contained in:
@@ -81,8 +81,7 @@ class TestListAuditTemplate(FunctionalTestWithSetup):
|
||||
|
||||
def _assert_audit_template_fields(self, audit_template):
|
||||
audit_template_fields = ['name', 'goal_uuid', 'goal_name',
|
||||
'strategy_uuid', 'strategy_name',
|
||||
'host_aggregate']
|
||||
'strategy_uuid', 'strategy_name']
|
||||
for field in audit_template_fields:
|
||||
self.assertIn(field, audit_template)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user