cambios profundos con grok

This commit is contained in:
2026-05-26 00:42:42 +02:00
parent ee8cfa03ea
commit 19ea13dadd
99 changed files with 1447 additions and 2597 deletions
@@ -0,0 +1,47 @@
# Updated via Autotest Editor - 2026-05-25T21:52:11.999Z
# Source of truth: this YAML file
id: core-upgrade-check-configuration_and_database_migration_validation
module: core
group: core-upgrade
title: Verify configuration objects and database content migrate correctly after upgrade
description: Verify configuration objects and database content migrate correctly after upgrade
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/upgrade.spec.ts
custom_fields:
original_action: check
partialNotes: >-
UI configuration checks automated; DB schema integrity validation requires direct database
access
automatable:
- Portal UI configuration and verification steps (already partially automated)
- Data extraction and reporting of current settings
notYet:
- >-
UI configuration checks automated; DB schema integrity validation requires direct database
access
@@ -0,0 +1,42 @@
# Updated via Autotest Editor - 2026-05-25T21:52:12.001Z
# Source of truth: this YAML file
id: core-upgrade-check-in_place_upgrade_from_previous_major_version
module: core
group: core-upgrade
title: Verify in-place upgrade from the previous major version completes successfully without data loss
description: Verify in-place upgrade from the previous major version completes successfully without data loss
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/upgrade.spec.ts
custom_fields:
original_action: check
manualReason: Requires a running instance of the previous version and dedicated upgrade test environment
automatable:
- Most UI-driven configuration and verification steps via Playwright
notYet:
- Requires a running instance of the previous version and dedicated upgrade test environment
@@ -0,0 +1,41 @@
# Updated via Autotest Editor - 2026-05-25T21:52:12.002Z
# Source of truth: this YAML file
id: core-upgrade-check-post_upgrade_regression_of_core_features
module: core
group: core-upgrade
title: Run automated regression checks on core portal features after upgrade
description: Run automated regression checks on core portal features after upgrade
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/upgrade.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,42 @@
# Updated via Autotest Editor - 2026-05-25T21:52:12.005Z
# Source of truth: this YAML file
id: core-upgrade-check-rollback_procedure_execution_and_verification
module: core
group: core-upgrade
title: Verify the rollback procedure successfully reverts the system to the previous version
description: Verify the rollback procedure successfully reverts the system to the previous version
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/upgrade.spec.ts
custom_fields:
original_action: check
manualReason: Requires VM snapshot revert or package downgrade; needs physical/hypervisor-level access
automatable:
- Most UI-driven configuration and verification steps via Playwright
notYet:
- Requires VM snapshot revert or package downgrade; needs physical/hypervisor-level access
@@ -0,0 +1,42 @@
# Updated via Autotest Editor - 2026-05-25T21:52:12.006Z
# Source of truth: this YAML file
id: core-upgrade-check-schema_upgrade_and_data_integrity_check
module: core
group: core-upgrade
title: Verify database schema is correctly upgraded and all data maintains integrity
description: Verify database schema is correctly upgraded and all data maintains integrity
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/upgrade.spec.ts
custom_fields:
original_action: check
manualReason: Requires direct database access (psql/mysql) and schema comparison tooling
automatable:
- Most UI-driven configuration and verification steps via Playwright
notYet:
- Requires direct database access (psql/mysql) and schema comparison tooling
@@ -0,0 +1,46 @@
# Updated via Autotest Editor - 2026-05-25T21:52:12.007Z
# Source of truth: this YAML file
id: core-upgrade-check-zero_downtime_upgrade_where_supported
module: core
group: core-upgrade
title: Verify zero-downtime upgrade keeps the service available throughout the upgrade process
description: Verify zero-downtime upgrade keeps the service available throughout the upgrade process
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/upgrade.spec.ts
custom_fields:
original_action: check
manualReason: >-
Requires active call sessions monitored during the upgrade window; calls cannot be managed by
Playwright
automatable:
- Most UI-driven configuration and verification steps via Playwright
notYet:
- >-
Requires active call sessions monitored during the upgrade window; calls cannot be managed by
Playwright