cambios profundos con grok
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:11.933Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-installation-check-fresh_installation
|
||||
module: core
|
||||
group: core-installation
|
||||
title: Verify complete fresh installation from scratch succeeds on each supported hypervisor
|
||||
description: Verify complete fresh installation from scratch succeeds on each supported hypervisor
|
||||
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: 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: Prepare clean or previous-version VM/image
|
||||
expected: ''
|
||||
- action: Perform installation or upgrade procedure
|
||||
expected: ''
|
||||
- action: Post-install verification via portal + external tools
|
||||
expected: ''
|
||||
automation_status: manual
|
||||
file: tests/core/installation.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
manualReason: Requires provisioning a clean VM, mounting ISO/OVA, and running the installation wizard
|
||||
automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
notYet:
|
||||
- Requires provisioning a clean VM, mounting ISO/OVA, and running the installation wizard
|
||||
@@ -0,0 +1,41 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:11.935Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-installation-check-initial_configuration
|
||||
module: core
|
||||
group: core-installation
|
||||
title: Verify the initial configuration wizard completes successfully
|
||||
description: Verify the initial configuration wizard completes successfully
|
||||
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: 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: Prepare clean or previous-version VM/image
|
||||
expected: ''
|
||||
- action: Perform installation or upgrade procedure
|
||||
expected: ''
|
||||
- action: Post-install verification via portal + external tools
|
||||
expected: ''
|
||||
automation_status: automated
|
||||
file: tests/core/installation.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:11.938Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-installation-check-license_activation
|
||||
module: core
|
||||
group: core-installation
|
||||
title: Verify license activation completes successfully and licensed features are unlocked
|
||||
description: Verify license activation completes successfully and licensed features are unlocked
|
||||
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: 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: Prepare clean or previous-version VM/image
|
||||
expected: ''
|
||||
- action: Perform installation or upgrade procedure
|
||||
expected: ''
|
||||
- action: Post-install verification via portal + external tools
|
||||
expected: ''
|
||||
automation_status: automated
|
||||
file: tests/core/installation.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: []
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T21:52:11.943Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-installation-check-post_install_service_status_and_port_verification
|
||||
module: core
|
||||
group: core-installation
|
||||
title: Verify all required services are running and expected ports are open after installation
|
||||
description: Verify all required services are running and expected ports are open after installation
|
||||
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: 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: Prepare clean or previous-version VM/image
|
||||
expected: ''
|
||||
- action: Perform installation or upgrade procedure
|
||||
expected: ''
|
||||
- action: Post-install verification via portal + external tools
|
||||
expected: ''
|
||||
automation_status: partial
|
||||
file: tests/core/installation.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
partialNotes: >-
|
||||
Service status via admin portal automated; TCP port verification requires nmap from external
|
||||
host
|
||||
automatable:
|
||||
- Portal UI configuration and verification steps (already partially automated)
|
||||
- Data extraction and reporting of current settings
|
||||
notYet:
|
||||
- >-
|
||||
Service status via admin portal automated; TCP port verification requires nmap from external
|
||||
host
|
||||
Reference in New Issue
Block a user