OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TpmController
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/hardware_TPMtspi/
hardware_TPMtspi.py
17
"""Prepare a
TpmController
instance for use.
23
return smogcheck_tpm.
TpmController
()
25
raise error.TestFail('Error creating a
TpmController
: %s', e)
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py
30
"""Prepare a
TpmController
instance for use.
36
TestFail: if error creating a new
TpmController
instance.
39
self.tpm_obj = smogcheck_tpm.
TpmController
()
41
raise error.TestFail('Error creating a
TpmController
: %s', e)
/external/autotest/client/common_lib/
smogcheck_tpm.py
149
class
TpmController
(object):
163
SmogcheckError: if error initializing
TpmController
.
Completed in 931 milliseconds