You've already forked incident-triage
Import UAPF package
Import UAPF package: incident-triage.uapf
This commit is contained in:
35
tests/bpmn/triage-link-down.test.yaml
Normal file
35
tests/bpmn/triage-link-down.test.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
kind: uapf.test.bpmn
|
||||
target: bpmn/incident-triage.bpmn
|
||||
process_id: Process_IncidentTriage
|
||||
name: triage-link-down
|
||||
description: |
|
||||
End-to-end happy path: a Zabbix link-down event arrives, classifies as
|
||||
network.routing, gets prioritised P1 by the priority DMN, owned by LVRTC,
|
||||
routed to noc-l2, the case transitions to triaged, a Latvian customer
|
||||
draft is proposed, and a 'routed' event is emitted.
|
||||
|
||||
input:
|
||||
signal_id: "11111111-1111-1111-1111-111111111111"
|
||||
payload:
|
||||
title: "Link down on edge router rtr-r1"
|
||||
host: "rtr-r1.lvrtc.lv"
|
||||
severity: "high"
|
||||
description: "BGP session also flapping"
|
||||
|
||||
expected_steps_completed:
|
||||
- Task_NormalizeSignal
|
||||
- Task_ClassifyIncident
|
||||
- Task_SuggestPriority
|
||||
- Task_EvaluatePriorityDmn
|
||||
- Task_EvaluateOwnershipDmn
|
||||
- Task_EvaluateRoutingDmn
|
||||
- Task_UpdateIncident
|
||||
- Task_DraftResponse
|
||||
- Task_EmitEvent
|
||||
|
||||
expected_outputs:
|
||||
taxonomy_code: "network.routing"
|
||||
priority: "P1"
|
||||
ownership: "lvrtc"
|
||||
group_slug: "noc-l2"
|
||||
new_status: "triaged"
|
||||
Reference in New Issue
Block a user