action #32761
closed[sle][migration][sle15] test fails in zypper_lifecycle
0%
Description
Updated by okurz almost 7 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: scc_upgrade_sles12sp3+allmodules_aarch64
https://openqa.suse.de/tests/1570087
Updated by qmsu over 6 years ago
- Related to action #34456: [sle][migration][sle15][aarch64]test fails in zypper_lifecycle -- release-notes-sles end of support added
Updated by okurz over 6 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: scc_upgrade_sles12sp3+allmodules_aarch64
https://openqa.suse.de/tests/1570087
Updated by dehai over 6 years ago
failed at build 581.1 on migration job group:
https://openqa.suse.de/tests/1642305#step/zypper_lifecycle/34
failed at build 581.1 on functional job group:
https://openqa.suse.de/tests/overview?arch=&failed_modules=zypper_lifecycle&distri=sle&version=15&build=581.1&groupid=110#
failed at build 581.4 on functional job group:
https://openqa.suse.de/tests/overview?arch=&failed_modules=zypper_lifecycle&distri=sle&version=15&build=581.4&groupid=110#
@Oliver :
could you take a look at this, why " expected: '/release-notes-sled-\S+\s+RC4'"?
Updated by okurz over 6 years ago
dehai wrote:
failed at build 581.1 on migration job group:
https://openqa.suse.de/tests/1642305#step/zypper_lifecycle/34
Yup, that is #30613 . There is a welcome string and a new getty prompt in https://openqa.suse.de/tests/1642305#step/zypper_lifecycle/3 which is parsed incorrectly.
Currently I see two options:
- Disable systemd service for the serial device getty: Maybe just
systemctl disable getty@$serialdev && systemctl mask getty@$serialdev
works - Ensure every regex based on output returned by
script_output
is more strict to not match on anything different. In the above case what you could try is to look for the product name in line 109 starting to match from the beginning of the line with only whitespace allowed so that 'Welcome to …' would not match.
Updated by okurz over 6 years ago
See https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4936 for my proposal
Updated by okurz over 6 years ago
- Related to action #35565: [sle][functional][u][fast] test fails in zypper_lifecycle - script_output matching incorrectly added
Updated by okurz over 6 years ago
- Status changed from New to In Progress
- Assignee changed from leli to okurz
PR merged, triggered https://openqa.suse.de/tests/1650344 for verification
Updated by okurz over 6 years ago
- Status changed from In Progress to Resolved
passed zypper_lifecycle