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

Unified Diff: server/site_tests/platform_CryptohomeSyncStressServer/platform_CryptohomeSyncStressServer.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
« no previous file with comments | « client/site_tests/power_x86Settings/power_x86Settings.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/site_tests/platform_CryptohomeSyncStressServer/platform_CryptohomeSyncStressServer.py
diff --git a/server/site_tests/platform_CryptohomeSyncStressServer/platform_CryptohomeSyncStressServer.py b/server/site_tests/platform_CryptohomeSyncStressServer/platform_CryptohomeSyncStressServer.py
index f6ee95718a71a4b1feaa2339f4a7480977af2197..93aeb58b301e6cd0cc65690bedc164a9a65ca146 100644
--- a/server/site_tests/platform_CryptohomeSyncStressServer/platform_CryptohomeSyncStressServer.py
+++ b/server/site_tests/platform_CryptohomeSyncStressServer/platform_CryptohomeSyncStressServer.py
@@ -3,7 +3,8 @@
# found in the LICENSE file.
import random, time
-from autotest_lib.client.common_lib import error, power_strip
+from autotest_lib.client.common_lib import error
+from autotest_lib.client.cros import power_strip
from autotest_lib.server import autotest, test
class platform_CryptohomeSyncStressServer(test.test):
« no previous file with comments | « client/site_tests/power_x86Settings/power_x86Settings.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698