Add force field to Audit
Partially Implements: blueprint add-force-field-to-audit Change-Id: Ia08694d2fb76907ea14e64116af2e722fe930063
This commit is contained in:
@@ -98,7 +98,8 @@ def get_test_audit(**kwargs):
|
||||
'next_run_time': kwargs.get('next_run_time'),
|
||||
'hostname': kwargs.get('hostname', 'host_1'),
|
||||
'start_time': kwargs.get('start_time'),
|
||||
'end_time': kwargs.get('end_time')
|
||||
'end_time': kwargs.get('end_time'),
|
||||
'force': kwargs.get('force', False)
|
||||
|
||||
}
|
||||
# ObjectField doesn't allow None nor dict, so if we want to simulate a
|
||||
|
||||
@@ -412,7 +412,7 @@ expected_object_fingerprints = {
|
||||
'Goal': '1.0-93881622db05e7b67a65ca885b4a022e',
|
||||
'Strategy': '1.1-73f164491bdd4c034f48083a51bdeb7b',
|
||||
'AuditTemplate': '1.1-b291973ffc5efa2c61b24fe34fdccc0b',
|
||||
'Audit': '1.6-fc4abd6f133a8b419e42e05729ed0f8b',
|
||||
'Audit': '1.7-19bc991c0b048263df021a36c8624f4d',
|
||||
'ActionPlan': '2.2-3331270cb3666c93408934826d03c08d',
|
||||
'Action': '2.0-1dd4959a7e7ac30c62ef170fe08dd935',
|
||||
'EfficacyIndicator': '1.0-655b71234a82bc7478aff964639c4bb0',
|
||||
|
||||
Reference in New Issue
Block a user