49 lines
1.8 KiB
YAML
49 lines
1.8 KiB
YAML
# Updated via Autotest Editor - 2026-05-25T21:52:12.052Z
|
|
# Source of truth: this YAML file
|
|
|
|
id: pbx-management-check-cli_management
|
|
module: pbx
|
|
group: pbx-management
|
|
title: Verify CLI management interface is accessible and key management commands execute correctly
|
|
description: Verify CLI management interface is accessible and key management commands execute correctly
|
|
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 + SIP (UDP/TCP/TLS) + RTP/SRTP
|
|
- 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: ''
|
|
- action: Execute the main verification or configuration action described in the test
|
|
expected: ''
|
|
- action: Capture evidence (screenshot, log, API response)
|
|
expected: ''
|
|
- action: Assert expected outcome
|
|
expected: ''
|
|
automation_status: partial
|
|
file: tests/pbx/management.spec.ts
|
|
custom_fields:
|
|
original_action: check
|
|
partialNotes: >-
|
|
Web console (if present) verified via Playwright; full CLI coverage requires SSH automation
|
|
integrated in CI pipeline
|
|
automatable:
|
|
- Portal UI configuration and verification steps (already partially automated)
|
|
- Data extraction and reporting of current settings
|
|
notYet:
|
|
- >-
|
|
Web console (if present) verified via Playwright; full CLI coverage requires SSH automation
|
|
integrated in CI pipeline
|
|
- Requires external SIP endpoints or physical phones for media/audio validation
|