• P
    selftests: timers: rtcpie: skip test if default RTC device does not exist · d0ef3774
    Po-Hsu Lin 提交于
    stable inclusion
    from linux-4.19.198
    commit e4bb007af559066d8f93dc63c9d137b03372b81e
    
    --------------------------------
    
    [ Upstream commit 0d3e5a05 ]
    
    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
    
    With this patch:
    $ selftests: timers: rtcpie
    $ Default RTC /dev/rtc0 does not exist. Test Skipped!
    not ok 9 selftests: timers: rtcpie # SKIP
    
    Fixed up change log so "With this patch" text doesn't get dropped.
    Shuah Khan <skhan@linuxfoundation.org>
    Signed-off-by: NPo-Hsu Lin <po-hsu.lin@canonical.com>
    Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
    Signed-off-by: NSasha Levin <sashal@kernel.org>
    Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
    d0ef3774
rtcpie.c 3.1 KB