cambios profundos con grok
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.048Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-logs-check-call_quality_metrics_mos_jitter_loss_per_call
|
||||
module: pbx
|
||||
group: pbx-logs
|
||||
title: Verify per-call quality metrics (MOS score, jitter, packet loss) are collected and displayed
|
||||
description: Verify per-call quality metrics (MOS score, jitter, packet loss) are collected and displayed
|
||||
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/logs.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
partialNotes: >-
|
||||
QoS metrics display UI automated; actual metric generation requires active call sessions with
|
||||
network impairment
|
||||
automatable:
|
||||
- Portal UI configuration and verification steps (already partially automated)
|
||||
- Data extraction and reporting of current settings
|
||||
notYet:
|
||||
- >-
|
||||
QoS metrics display UI automated; actual metric generation requires active call sessions with
|
||||
network impairment
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.049Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-logs-check-cdr_generation_accuracy_completeness_and_export
|
||||
module: pbx
|
||||
group: pbx-logs
|
||||
title: Verify CDR records contain all required fields and can be exported to CSV/PDF
|
||||
description: Verify CDR records contain all required fields and can be exported to CSV/PDF
|
||||
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: automated
|
||||
file: tests/pbx/logs.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: []
|
||||
@@ -0,0 +1,41 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.050Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-logs-check-detailed_logging_levels_rotation_and_search
|
||||
module: pbx
|
||||
group: pbx-logs
|
||||
title: Verify logging levels, log rotation, and log search/filter functionality
|
||||
description: Verify logging levels, log rotation, and log search/filter functionality
|
||||
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: automated
|
||||
file: tests/pbx/logs.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: []
|
||||
+41
@@ -0,0 +1,41 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.051Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-logs-check-real_time_active_call_and_registration_monitoring
|
||||
module: pbx
|
||||
group: pbx-logs
|
||||
title: Verify real-time monitoring dashboard shows active calls and SIP registrations
|
||||
description: Verify real-time monitoring dashboard shows active calls and SIP registrations
|
||||
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: automated
|
||||
file: tests/pbx/logs.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: []
|
||||
@@ -0,0 +1,41 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:12.051Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: pbx-logs-check-threshold_alarms_cpu_channels_disk_memory
|
||||
module: pbx
|
||||
group: pbx-logs
|
||||
title: Verify threshold-based alarms for CPU, active channels, disk, and memory usage
|
||||
description: Verify threshold-based alarms for CPU, active channels, disk, and memory usage
|
||||
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: automated
|
||||
file: tests/pbx/logs.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: []
|
||||
Reference in New Issue
Block a user