Commit 2b72f6b
authored
Correct extend and append in check_windows_vm_hvinfo (RedHatQE#2634)
##### Short description:
Correct extend and append in check_windows_vm_hvinfo
##### More details:
Extand should be used on lists while append should be used on strings,
this PR aim to fix those in check_windows_vm_hvinfo
##### Which issue(s) this PR fixes:
RedHatQE#2624 (comment)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Fixed VM recommendation failure reporting so all individual failures
are listed clearly rather than grouped or nested.
* Corrected Hyper‑V support validation so a single clear error is
recorded when support is missing, avoiding fragmented or character-level
error entries.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Signed-off-by: rkishner <rkishner@redhat.com>1 parent 6c0125e commit 2b72f6b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| |||
0 commit comments