The watcher.decision_engine.audit.base Module

class watcher.decision_engine.audit.base.AuditHandler(messaging)[source]

Bases: watcher.decision_engine.audit.base.BaseAuditHandler

do_schedule(request_context, audit, solution)[source]
execute(audit, request_context)[source]
post_execute(audit, solution, request_context)[source]
pre_execute(audit, request_context)[source]
static update_audit_state(audit, state)[source]
class watcher.decision_engine.audit.base.BaseAuditHandler[source]

Bases: object

do_execute(audit, request_context)[source]
execute(audit_uuid, request_context)[source]
post_execute(audit, solution, request_context)[source]
pre_execute(audit_uuid, request_context)[source]