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

Unified Diff: client/site_tests/power_StatsCPUFreq/power_StatsCPUFreq.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_StatsCPUFreq/power_StatsCPUFreq.py
diff --git a/client/site_tests/power_StatsCPUFreq/power_StatsCPUFreq.py b/client/site_tests/power_StatsCPUFreq/power_StatsCPUFreq.py
index 203f80b8fc686de2aace59055ba184e6a8def0b1..3f0b9908939fd4f90207f944f7fcf260df65690c 100755
--- a/client/site_tests/power_StatsCPUFreq/power_StatsCPUFreq.py
+++ b/client/site_tests/power_StatsCPUFreq/power_StatsCPUFreq.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_StatsCPUFreq(test.test):
@@ -12,7 +12,7 @@ class power_StatsCPUFreq(test.test):
def run_once(self, test_time=60):
- cpufreq_stats = site_power_status.CPUFreqStats()
+ cpufreq_stats = power_status.CPUFreqStats()
# log CPU frequency stats since boot
current_stats = cpufreq_stats.refresh(incremental=False)
« no previous file with comments | « client/site_tests/power_LoadTest/power_LoadTest.py ('k') | client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698