Actions
action #152877
closed[qe-core][slem 6.0]test fails in cockpit_service, 'check_reboot_changes' will fail if no pkg update happens
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2023-12-22
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Description¶
The current test logic will check reboot changes, but if there is not pkg update, the test will fail. we may need to enhance the logic, or even we can remove check_reboot_changes
.
trup_call("pkg install @pkgs", timeout => 480);
check_reboot_changes;
Observation¶
openQA test in scenario sle-micro-6.0-Default-x86_64-slem_image_default@uefi-virtio-vga fails in
cockpit_service
Test suite description¶
SLE Micro image boot with ignition disk and default tests. Default tests are transactional-update, rebootmgr, health_check, cockpit service and some other checks specific to SLE Micro.
Reproducible¶
Fails since (at least) Build 6.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 11 months ago
- Status changed from In Progress to Feedback
PR merged, let me wait for next openQA result:
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/18385
Actions