Actions
action #98946
closedArgument "4.2.1" isn't numeric in numeric ge (>=) at /usr/lib/os-autoinst/backend/qemu.pm line 686.
Description
Observation¶
in
https://openqa.suse.de/tests/7138972/logfile?filename=autoinst-log.txt
Argument "4.2.1" isn't numeric in numeric ge (>=) at /usr/lib/os-autoinst/backend/qemu.pm line 686.
Updated by osukup about 3 years ago
$vars->{QEMUMACHINE} .= $caps if $self->{qemu_version} >= '4' && $vars->{QEMUMACHINE} !~ /$caps/;
it want check if Qemu version is equal higher than 4.
which is pretty old.
And on Leap 15.2 ( going to be out of support) is now version 4.2.1 , Leap 15.3 - 5.2.0, tumbleweed - 6.1.x , so we can remove this check
Updated by osukup about 3 years ago
- Status changed from New to In Progress
- Assignee set to osukup
Updated by openqa_review about 3 years ago
- Due date set to 2021-10-07
Setting due date based on mean cycle time of SUSE QE Tools
Actions