-
Story
-
Resolution: Unresolved
-
Undefined
-
CNV v4.22.0
-
None
-
Quality / Stability / Reliability
-
3
-
False
-
-
False
-
None
-
-
None
test_id:4146 is currently passing incorrectly (False Positive) because it attempts to query the kubevirt_vmi_info metric from the virt-handler endpoint.
Root Cause: The kubevirt_vmi_info metric is exclusively reported by virt-controller, not virt-handler. Consequently:
- The metrics query returns an empty result set.
- The test logic ranges over the empty results.
- The test completes successfully without ever executing its assertions.
Suggested Fix: Update the test to query the virt-controller endpoint, or delete the test since we cover that in unit tests of the virt-controller metric collector.