canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #06875
[Bug 1937991] Re: Skip rtcpie test in kselftests/timers if the default RTC device does not exist
** Tags added: kernel-daily-bug
--
You received this bug notification because you are a member of Canonical
Platform QA Team, which is subscribed to ubuntu-kernel-tests.
https://bugs.launchpad.net/bugs/1937991
Title:
Skip rtcpie test in kselftests/timers if the default RTC device does
not exist
Status in ubuntu-kernel-tests:
Fix Released
Status in linux package in Ubuntu:
Fix Released
Status in linux-oem-5.10 package in Ubuntu:
Invalid
Status in linux source package in Focal:
Fix Released
Status in linux-oem-5.10 source package in Focal:
Fix Released
Status in linux source package in Hirsute:
Fix Released
Status in linux-oem-5.10 source package in Hirsute:
Invalid
Status in linux source package in Impish:
Fix Released
Status in linux-oem-5.10 source package in Impish:
Invalid
Bug description:
[Impact]
This test will require /dev/rtc0, the default RTC device, or one
specified by user to run. Since this default RTC is not guaranteed to
exist on all of the devices, so check its existence first, otherwise
skip this test with the kselftest skip code 4.
Without this patch this test will fail like this on a s390x zVM:
$ selftests: timers: rtcpie
$ /dev/rtc0: No such file or directory
not ok 1 selftests: timers: rtcpie # exit=22
We have this test disabled in our test suite with an if check [1],
thus we're not seeing this failure recently. With this patch
applied we can remove that code block later.
[1] https://kernel.ubuntu.com/git/ubuntu/autotest-client-
tests.git/tree/ubuntu_kernel_selftests/ubuntu_kernel_selftests.py#n133
[Fix]
* 0d3e5a057992bd selftests: timers: rtcpie: skip test if default RTC device does not exist
[Test]
Run this test with patched source tree on a s390x zVM and it will be
skipped correctly:
$ selftests: timers: rtcpie
$ Default RTC /dev/rtc0 does not exist. Test Skipped!
not ok 9 selftests: timers: rtcpie # SKIP
[Where problems could occur]
If this fix is incorrect we might see it failing again on systems that without /dev/rtc0 (after removing our local hacks in autotest-client-tests)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1937991/+subscriptions