añadido karpathy y refactorizacion del proyecto
This commit is contained in:
+65
@@ -0,0 +1,65 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.916Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-check-hypervisor_level_high_availability
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: Verify hypervisor-level HA restarts the PBX VM after a host failure
|
||||
description: Verify hypervisor-level HA restarts the PBX VM after a host failure
|
||||
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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: false
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: false
|
||||
automation_status: manual
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
original_automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
original_notYet:
|
||||
- Requires physical HA cluster with multiple hypervisor hosts; host failure must be simulated
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
manualReason: Requires physical HA cluster with multiple hypervisor hosts; host failure must be simulated
|
||||
+69
@@ -0,0 +1,69 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.917Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-check-live_migration_and_active_call_preservation
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: Verify VM live migration preserves active calls without interruption
|
||||
description: Verify VM live migration preserves active calls without interruption
|
||||
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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: false
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: false
|
||||
automation_status: manual
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
original_automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
original_notYet:
|
||||
- >-
|
||||
Requires HA infrastructure with 2+ hypervisor hosts and active SIP call sessions during
|
||||
migration
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
manualReason: >-
|
||||
Requires HA infrastructure with 2+ hypervisor hosts and active SIP call sessions during
|
||||
migration
|
||||
+70
@@ -0,0 +1,70 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.917Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-check-snapshot_backup_restore_and_consistency
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: Verify VM snapshot and restore operations maintain full system consistency
|
||||
description: Verify VM snapshot and restore operations maintain full system consistency
|
||||
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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: true
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: true
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: true
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: true
|
||||
automation_status: partial
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: check
|
||||
original_automatable:
|
||||
- Portal UI configuration and verification steps (already partially automated)
|
||||
- Data extraction and reporting of current settings
|
||||
original_notYet:
|
||||
- >-
|
||||
Post-restore consistency checks via admin portal automated; snapshot/restore operation needs
|
||||
hypervisor access
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
partialNotes: >-
|
||||
Post-restore consistency checks via admin portal automated; snapshot/restore operation needs
|
||||
hypervisor access
|
||||
+65
@@ -0,0 +1,65 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.918Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-write-guest_agent_integration
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: Record guest agent integration status for each supported hypervisor
|
||||
description: Record guest agent integration status for 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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: false
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: false
|
||||
automation_status: manual
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: write
|
||||
original_automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
original_notYet:
|
||||
- Requires direct access to hypervisor console (vCenter, Hyper-V Manager, virsh)
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
manualReason: Requires direct access to hypervisor console (vCenter, Hyper-V Manager, virsh)
|
||||
+65
@@ -0,0 +1,65 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.918Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-write-resource_allocation_vcpu_vram_vdisk
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: Record vCPU, vRAM, and vDisk resource allocation for deployment templates
|
||||
description: Record vCPU, vRAM, and vDisk resource allocation for deployment templates
|
||||
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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: false
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: false
|
||||
automation_status: manual
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: write
|
||||
original_automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
original_notYet:
|
||||
- Hypervisor management plane access required; not exposed in PBX admin portal
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
manualReason: Hypervisor management plane access required; not exposed in PBX admin portal
|
||||
+65
@@ -0,0 +1,65 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.919Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-write-storage_thin_vs_thick_provisioning
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: Record storage provisioning type and performance implications for each hypervisor
|
||||
description: Record storage provisioning type and performance implications for each 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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: false
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: false
|
||||
automation_status: manual
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: write
|
||||
original_automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
original_notYet:
|
||||
- Storage details only visible in hypervisor storage management interface
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
manualReason: Storage details only visible in hypervisor storage management interface
|
||||
+63
@@ -0,0 +1,63 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.919Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-write-supported_hypervisors_deployment
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: Record the list of supported hypervisors and deployment methods from the download portal
|
||||
description: Record the list of supported hypervisors and deployment methods from the download portal
|
||||
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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: true
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: true
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: true
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: true
|
||||
automation_status: automated
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: write
|
||||
original_automatable:
|
||||
- Full end-to-end execution via Playwright against the admin portal UI
|
||||
- Navigation, form interaction, and assertions are scriptable
|
||||
original_notYet:
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
+65
@@ -0,0 +1,65 @@
|
||||
# Updated via Autotest Editor - 2026-05-25T17:39:33.920Z
|
||||
# Source of truth: this YAML file
|
||||
|
||||
id: core-virtualization-write-virtual_networking_configuration
|
||||
project: pbx
|
||||
module: core
|
||||
group: core-virtualization
|
||||
title: 'Record virtual networking configuration: virtual switches, VLANs, NIC assignments'
|
||||
description: 'Record virtual networking configuration: virtual switches, VLANs, NIC assignments'
|
||||
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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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: ''
|
||||
automatable: false
|
||||
- action: Execute the main verification or configuration action described in the test
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Capture evidence (screenshot, log, API response)
|
||||
expected: ''
|
||||
automatable: false
|
||||
- action: Assert expected outcome
|
||||
expected: ''
|
||||
automatable: false
|
||||
automation_status: manual
|
||||
file: tests/core/virtualization.spec.ts
|
||||
custom_fields:
|
||||
original_action: write
|
||||
original_automatable:
|
||||
- Most UI-driven configuration and verification steps via Playwright
|
||||
original_notYet:
|
||||
- Requires access to hypervisor networking configuration and virtual switch management
|
||||
- Requires external SIP endpoints or physical phones for media/audio validation
|
||||
- Hypervisor-level operations (vCenter, libvirt, vSphere) not reachable from browser automation
|
||||
- Long-running load or HA failover scenarios need dedicated lab infrastructure
|
||||
original_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: Hypervisor Access
|
||||
value: vCenter, Hyper-V Manager, Proxmox, or virsh (SSH/API)
|
||||
- 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)
|
||||
manualReason: Requires access to hypervisor networking configuration and virtual switch management
|
||||
Reference in New Issue
Block a user