diff --git a/apps/api/tests/test_reboot_auto_recovery_slo_scorecard_api.py b/apps/api/tests/test_reboot_auto_recovery_slo_scorecard_api.py index eb6d8843a..884217c94 100644 --- a/apps/api/tests/test_reboot_auto_recovery_slo_scorecard_api.py +++ b/apps/api/tests/test_reboot_auto_recovery_slo_scorecard_api.py @@ -1454,6 +1454,18 @@ def _assert_reboot_slo_payload(payload: dict): assert payload["source_controls"][ "host_110_startup_controlled_drain_guarded_autostart_source_present" ] is True + assert payload["source_controls"][ + "ai_log_triage_auto_recovery_source_present" + ] is True + assert payload["source_controls"][ + "slo_exporter_runs_ai_log_triage_source_present" + ] is True + assert payload["source_controls"][ + "slo_systemd_service_ai_log_triage_apply_source_present" + ] is True + assert payload["source_controls"][ + "full_host_reboot_orchestrator_source_present" + ] is True assert payload["source_controls"][ "windows99_management_channel_probe_source_present" ] is True diff --git a/docs/operations/awoooi-reboot-auto-recovery-slo-scorecard.snapshot.json b/docs/operations/awoooi-reboot-auto-recovery-slo-scorecard.snapshot.json index 4cb265331..bfb1d2a95 100644 --- a/docs/operations/awoooi-reboot-auto-recovery-slo-scorecard.snapshot.json +++ b/docs/operations/awoooi-reboot-auto-recovery-slo-scorecard.snapshot.json @@ -479,10 +479,17 @@ "post_reboot_summary_source_present": true, "public_maintenance_fallback_source_present": true, "reboot_event_detector_source_present": true, + "ai_log_triage_auto_recovery_source_present": true, + "slo_exporter_runs_ai_log_triage_source_present": true, "slo_exporter_source_present": true, "slo_installer_source_present": true, + "slo_systemd_service_ai_log_triage_apply_source_present": true, "slo_systemd_service_source_present": true, "slo_systemd_timer_source_present": true, + "full_host_reboot_orchestrator_source_present": true, + "full_host_reboot_orchestrator_systemd_source_present": true, + "full_host_reboot_orchestrator_timer_source_present": true, + "full_host_reboot_orchestrator_installer_source_present": true, "telegram_reboot_backup_alert_rules_source_present": true, "windows99_management_channel_probe_source_present": true, "windows_99_vmware_autostart_source_present": true