autotest / autotest-client-tests

Autotest client tests
Other
29 stars 84 forks source link

rtc: Adjust the rtctest to work on ppc64 #116

Closed ldoktor closed 7 years ago

ldoktor commented 7 years ago

The power8 ppc64 machine does not support alarm interrupts and it reports EINVAL, resp EIO on the RTC_UIE_ON, resp RTC_AIE_ON ioctls. Let's skip to next test in such case.

Signed-off-by: Lukáš Doktor ldoktor@redhat.com

ldoktor commented 7 years ago

@lmr, @clebergnu would you please take a look at this patch? It breaks the rtc test on ppc64le.

lmr commented 7 years ago

@ldoktor sure man