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

Unified Diff: client/site_tests/power_StatsUSB/power_StatsUSB.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_StatsUSB/power_StatsUSB.py
diff --git a/client/site_tests/power_StatsUSB/power_StatsUSB.py b/client/site_tests/power_StatsUSB/power_StatsUSB.py
index 5ddff8f72c9aae908b33a3bab1aba881e523be12..341b19aed216c722bc98ebadc9d35368ee118f85 100755
--- a/client/site_tests/power_StatsUSB/power_StatsUSB.py
+++ b/client/site_tests/power_StatsUSB/power_StatsUSB.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_StatsUSB(test.test):
@@ -12,7 +12,7 @@ class power_StatsUSB(test.test):
def run_once(self, test_time=60):
- usb = site_power_status.USBSuspendStats()
+ usb = power_status.USBSuspendStats()
# get USB percent active since boot
stats = usb.refresh(incremental=False)
« no previous file with comments | « client/site_tests/power_StatsCPUIdle/power_StatsCPUIdle.py ('k') | client/site_tests/power_Status/power_Status.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698