You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stps/sig-virt/multiarch_support.md
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ This STP serves as the **overall roadmap for testing**, detailing the scope, app
55
55
This test plan checks if VMs schedules and live migrates correctly on a mixed architecture cluster
56
56
57
57
**In Scope:**
58
-
- Create VMs for both AMD and ARM and confirm the cluster automatically places them on respective architecture node.
59
-
- Test VM creation using both DataSources and Qcow2 images and ensure they always land on the right nodes.
60
-
- Verify that VMs can Live Migrate between nodes of the same type (x86 to x86 and ARM to ARM) without stopping.
58
+
- Create VMs for both AMD64 and ARM64 arch types and confirm the cluster automatically schedules them on respective architecture node.
59
+
- Test VM creation using both golden image DataSources and custom Qcow2 images and ensure they always land on the right nodes.
60
+
- Verify that VMs can Live Migrate between nodes of the same type (`amd64` to `amd64` and `arm64` to `arm64`) without issues.
61
61
62
62
**Out of Scope (Testing Scope Exclusions)**
63
63
**Note:** Replace example rows with your actual out-of-scope items.
@@ -73,7 +73,7 @@ This test plan checks if VMs schedules and live migrates correctly on a mixed ar
73
73
74
74
- Verify Live Migration: Successfully migrate running VMs between same-arch nodes (x86 to x86, ARM to ARM).
75
75
76
-
- Verify Multi-Method Provisioning: Achieve 100% success rate for VM creation using both DataSources and Qcow2 images across both architectures.
76
+
- Verify Multi-Method Provisioning: Achieve 100% success rate for VM creation using both golden image DataSources and custom Qcow2 images across both architectures.
77
77
78
78
#### **3. Test Strategy**
79
79
@@ -82,19 +82,19 @@ The following test strategy considerations must be reviewed and addressed. Mark
| Untestable Aspects |[List what cannot be tested, e.g., "Production scale with 10k VMs"]|[Your mitigation, e.g., "Test at smaller scale, extrapolate results, prod monitoring"]|[]|
150
-
| Resource Constraints |[Describe resource issues, e.g., "Only 1 QE assigned, feature spans 3 components"]|[Your mitigation, e.g., "Focus automation on critical paths, coordinate with dev for testing"]|[]|
151
-
| Dependencies |[Describe dependency risks, e.g., "Depends on Storage team delivering feature X"]|[Your mitigation, e.g., "Coordinate with Storage QE, have backup test plan"]|[]|
152
-
| Other |[Any other specific risks]|[Mitigation strategy]|[]|
144
+
| Risk Category | Specific Risk for This Feature | Mitigation Strategy | Status |
| Timeline/Schedule | Code Freeze on Jan 12th |[Your specific mitigation, e.g., "Prioritize P1 scenarios, automate in parallel"]|[]|
147
+
| Test Coverage | enable multi-arch cluster support is under WIP | PR https://github.com/RedHatQE/openshift-virtualization-tests/pull/3147|[]|
148
+
| Test Environment |For testing Live Migration we need 2 ARM64 nodes and two AMD64 nodes on a cluster current jenkins job deploys cluster with single ARM64 node |https://issues.redhat.com/browse/CNV-73894|[]|
149
+
| Untestable Aspects |[List what cannot be tested, e.g., "Production scale with 10k VMs"]|[Your mitigation, e.g., "Test at smaller scale, extrapolate results, prod monitoring"]|[]|
150
+
| Resource Constraints |[Describe resource issues, e.g., "Only 1 QE assigned, feature spans 3 components"]|[Your mitigation, e.g., "Focus automation on critical paths, coordinate with dev for testing"]|[]|
151
+
| Dependencies |[Describe dependency risks, e.g., "Depends on Storage team delivering feature X"]|[Your mitigation, e.g., "Coordinate with Storage QE, have backup test plan"]|[]|
152
+
| Other |[Any other specific risks]|[Mitigation strategy]|[]|
0 commit comments