action #39665
closed[functional][u][ipmi] test fails in system_prepare, /dev/sshserial is used instead of /dev/ttyS1
0%
Description
Observation¶
We haven't reached this step for quite a while, somehow ensure_serialdev_permissions uses wrong serial device to set permissions.
openQA test in scenario sle-12-SP4-Server-DVD-x86_64-default@64bit-ipmi fails in
system_prepare
Acceptance Criteria¶
AC1: Regression is removed or properly handled
Reproducible¶
Fails since (at least) Build 0235
Further details¶
Always latest result in this scenario: latest
Updated by riafarov about 6 years ago
- Related to action #30613: [functional][y][hard] script_output might include extra serial output added
Updated by okurz about 6 years ago
- Due date set to 2018-09-25
- Target version set to Milestone 19
related #30613 fixed, now on to this one
Updated by mgriessmeier about 6 years ago
- Due date changed from 2018-09-25 to 2018-09-11
- Priority changed from Normal to High
blocking current tickets - moving to current sprint and raising priority
Updated by mgriessmeier about 6 years ago
- Description updated (diff)
- Status changed from New to Workable
Updated by zluo about 6 years ago
- Status changed from Workable to In Progress
http://openqa.suse.de/tests/1909195
still doesn't have system_prepare test module. So it means it has never worked before on ipmi machine.
Updated by zluo about 6 years ago
Why prepare_system got added for default ipmi?
Updated by zluo about 6 years ago
Updated by mgriessmeier about 6 years ago
- Status changed from In Progress to Feedback
Thanks to great effort of zaoliang we've found the reason why this never worked on ipmi.
the necessary function use_ssh_serial_console' was never called after the actual reboot, instead we tried to switch to
root-console` which does not work on ipmi
PR created: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5707
Updated by zluo about 6 years ago
- Status changed from Feedback to Resolved
Updated by okurz about 6 years ago
- Due date changed from 2018-09-11 to 2018-09-25
- Status changed from Resolved to Feedback
Please clarify if select_console 'root-console'
can work at all on IPMI. It was working and it should be working. If it is not working anymore then we should find out the reason why (since when) and make sure it works. Every backend should have a workable 'root-console'. If it works on s390x z/VM then I am sure we can make it work on IPMI as well :)
Updated by zluo about 6 years ago
@okurz system_prepare has never tested and worked on ipmi before and please see also comment#10. Please provide "It was working" example for ipmi so I can see the difference...
@mgriessmeier if you have something to clarify this, please let us know, thanks!
Updated by mgriessmeier about 6 years ago
- Status changed from Feedback to Resolved
okurz wrote:
Please clarify if
select_console 'root-console'
can work at all on IPMI. It was working and it should be working. If it is not working anymore then we should find out the reason why (since when) and make sure it works. Every backend should have a workable 'root-console'. If it works on s390x z/VM then I am sure we can make it work on IPMI as well :)
root-console is working in general on ipmi, see further consoletests, they all use root-console
but use_ssh_serial_console
is doing more stuff then just selecting root-ssh - the important part why we need to call this function is the disabling of the sol console and the change of the serial dev