diff options
author | Ashley Lai <ashley.lai@canonical.com> | 2014-04-24 11:26:21 -0500 |
---|---|---|
committer | Ashley Lai <ashley.lai@canonical.com> | 2014-04-24 11:26:21 -0500 |
commit | 0ae2d614d95f151b77bfd87d8dd1b911a2374c90 (patch) | |
tree | 197321b412c7d344a92d2a42efef1e1e5b8b8519 | |
parent | 90c101ea44b91787267221e371ffec3f14d0c210 (diff) |
power-management/rtc exit if SUT is a VM
-rw-r--r-- | jobs/power-management.txt.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/power-management.txt.in b/jobs/power-management.txt.in index 7639907..f23e914 100644 --- a/jobs/power-management.txt.in +++ b/jobs/power-management.txt.in @@ -134,6 +134,7 @@ id: power-management/rtc requires: rtc.state == 'supported' package.name == 'util-linux' + cpuinfo.other != 'emulated by qemu' user: root command: hwclock -r estimated_duration: 0.02 |