Files
autotest/testcases/core/interoperability/core-interoperability-check-siem.yaml
T

53 lines
2.0 KiB
YAML

# Updated via Autotest Editor - 2026-05-27T09:41:49.847Z
# Source of truth: this YAML file
# Note: Expected results estimated based on step actions
id: core-interoperability-check-siem
module: core
group: core-interoperability
title: Verify SIEM integration is configured and forwarding security events
description: Verify SIEM integration is configured and forwarding security events
priority: Medium
tags: []
references: []
dependencies:
- label: Admin Portal
value: https://pbx.local:4443 (configure via $BASE_URL)
- label: Repository URL
value: ${BASE_URL}/downloads or $REPO_URL
- label: Protocol
value: HTTPS (admin portal) + optional SSH/CLI
- label: External Systems
value: SIEM server (Splunk, ELK, QRadar) and/or ADDM/ADDM collector
- label: Credentials
value: Admin user with sufficient privileges (portal + SSH where needed)
- label: Test Data
value: Clean test tenant or lab PBX instance (recommended isolated environment)
preconditions: []
postconditions: []
steps:
- action: Open admin portal or repository URL in browser context
expected: >-
The admin portal or repository page loads successfully without errors, security warnings, or
redirects.
- action: Execute the main verification or configuration action described in the test
expected: >-
The primary action described in the test completes successfully and produces the expected
state or output.
- action: Capture evidence (screenshot, log, API response)
expected: >-
Relevant evidence (screenshot, log, or API response) is successfully captured and can be
reviewed.
- action: Assert expected outcome
expected: >-
All verification assertions pass and the system is confirmed to be in the expected final
state.
automation_status: automated
file: tests/core/interoperability.spec.ts
custom_fields:
original_action: check
automatable:
- Full end-to-end execution via Playwright against the admin portal UI
- Navigation, form interaction, and assertions are scriptable
notYet: []