action #169726
open[qe-core] test fails in hostname
0%
Description
Observation¶
IDK why this started to fail, there was no change in test AFAICS.
Check what is wrong with the command and maybe use retry ?
openQA test in scenario opensuse-15.6-Leap-DVD-Incidents-x86_64-cryptlvm@64bit fails in
hostname
Reproducible¶
Fails since (at least) Build :36253:jackson-bom
Expected result¶
Last good: :36099:xmlgraphics-fop (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by cvidot 7 days ago
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20634
I increased timeout in nmcli device disconnect $dev
from 20s to 40s, it seems to be working now:
VR hostname:https://openqa.suse.de/tests/15940089
VR networkmanager: https://openqa.suse.de/tests/15940090
Updated by dzedro 7 days ago · Edited
cvidot wrote in #note-2:
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20634
I increased timeout in
nmcli device disconnect $dev
from 20s to 40s, it seems to be working now:
VR hostname:https://openqa.suse.de/tests/15940089
VR networkmanager: https://openqa.suse.de/tests/15940090
You can see the test is running nmcli only with get_var('QEMU_NO_KVM')
, you had just lucky run, your PR does not affect it at all.
Updated by cvidot 6 days ago · Edited
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20650 for networkmanager
on sle-micro
Also increased timeout in (see https://openqa.suse.de/tests/15948000#step/hostname/28)nmcli networking connectivity check
Added missing parameter proceed_on_failure
to allow retry.