Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py

Issue 6627029: Refactor site_power_status, power_strip modules into client/cros. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py
diff --git a/client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py b/client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py
index c2c6e2b69287d2c446e1772bd2c18b1de04d173e..bd9cf4788d9ebaadcf7ef875cc7abd38fdb664a1 100755
--- a/client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py
+++ b/client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py
@@ -4,7 +4,7 @@
import logging, time
from autotest_lib.client.bin import test
-from autotest_lib.client.common_lib import site_power_status
+from autotest_lib.client.cros import power_status
class power_StatsCPUIdle(test.test):
@@ -12,7 +12,7 @@ class power_StatsCPUIdle(test.test):
def run_once(self, test_time=60):
- cpuidle_stats = site_power_status.CPUIdleStats()
+ cpuidle_stats = power_status.CPUIdleStats()
# sleep for some time to allow the system to go into idle state
time.sleep(test_time)
« no previous file with comments | « client/site_tests/power_StatsCPUFreq/power_StatsCPUFreq.py ('k') | client/site_tests/power_StatsUSB/power_StatsUSB.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698