action #137585
closed[ppc64le][kvm]test fails in scc_deregistration, seems 'wait_serial' function fails to catch up the expected return code if some other messages show up in serial console at the same time
0%
Description
Motivation¶
Currently the test module scc_deregistration
is run in root-console
, however in recent tests, I can find some issues that even the command is executed successfully, wait_serial
function fails to catch up the return code if some other messages printing in serial console at the same time.
Then it may lead to test failure.
Take below test as an example:
openQA test in scenario sle-15-SP6-Continuous-Migration-SLE15-SPx-ppc64le-offline_sle12sp5_sles15sp4_sles15sp_latest_scc_all_full_ppc64le_ph0@ppc64le fails in
scc_deregistration
even we can see the return code 2vdJ6-0-
finally, seems openQA doesn't catch up it.
[ 1087.204923] systemd[1]: Reloading.
[ 1108.129961] systemd[1]: /usr/lib/systemd/system/rpc-statd.service:14: PIDFile= references a path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
2vdJ6-0-
Acceptance criteria¶
AC1 Maybe we can switch the test to run in serial_terminal
rather than root-console
AC2 May be tools team can take a look at this issue and provide some good fixes
Further details¶
Always latest result in this scenario: latest