Comment 3 for bug 1850741

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Hi Thadeu,
I can see this issue on GKE 5.3 (5.3.0-1011.12~18.04.1)

I think it might be the test case name issue:
        return testname[0] in ['leapsec01','stime01','settimeofday01','clock_settime'] and self.series != 'trusty'

clock_settime should be clock_settime01 here, I will change this and give it a try.