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

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

Issue 6479003: Move site_backchannel and site_tpm module into client/cros dir. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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/cros/tpm.py ('k') | client/site_tests/network_3GDormancyDance/network_3GDormancyDance.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_TPM/hardware_TPM.py
diff --git a/client/site_tests/hardware_TPM/hardware_TPM.py b/client/site_tests/hardware_TPM/hardware_TPM.py
index 4383df01024de37e85a74911edd17f37fa27a9db..8b254a85f125196812378f6d3b75a2485b47d7d3 100644
--- a/client/site_tests/hardware_TPM/hardware_TPM.py
+++ b/client/site_tests/hardware_TPM/hardware_TPM.py
@@ -4,7 +4,9 @@
import os
-from autotest_lib.client.bin import site_tpm, test, utils
+from autotest_lib.client.bin import test, utils
+from autotest_lib.client.cros import tpm
+
class hardware_TPM(test.test):
version = 1
@@ -16,4 +18,4 @@ class hardware_TPM(test.test):
utils.make('all')
def run_once(self, suite):
- site_tpm.run_trousers_tests('%s/src/tests/%s' % (self.bindir, suite))
+ tpm.run_trousers_tests('%s/src/tests/%s' % (self.bindir, suite))
« no previous file with comments | « client/cros/tpm.py ('k') | client/site_tests/network_3GDormancyDance/network_3GDormancyDance.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698