Comment 3 for bug 1327075

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

With some more testing, I found this was somehow caused by using fwts to do hibernate test

If hibernate was triggered before this rtc test, the latter will fail.
We used to have the hibernate key test before this rtc test, which will trigger hibernate in the early stage (see bug 1330399), therefore causing this issue.

In conclusion, this should not happen again in checkbox-cli since the fix has been implemented.
But for fwts itself, there seems to have a bug, I will open a report for it.