Actions
action #26914
closed[sle][functional][s390x][s390x-kvm] s390x-kvm does never exit from "assert_shutdown" but zkvm works -> investigate how the machines differ, maybe problem on s390p8?
Start date:
2017-09-28
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
Clone from #25638: See https://openqa.suse.de/tests/1223349# for an example for a s390x-kvm job failing in assert_shutdown, stuck there until openQA aborts the job after 2h.
Since then we implemented a workaround in https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/utils.pm#L786 for (s390x && !zkvm)
Acceptance criteria¶
- AC1 Workaround removed from code
- AC2 "assert_shutdown" can be called on s390x-kvm and the tests do not incomplete on that call (e.g. no openQA job timeout after 2h)
Steps to reproduce¶
- Remove workaround from https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/utils.pm#L786
Actions