HomeSort by relevance Sort by last modified time
    Searched refs:TtciController (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/common_lib/
smogcheck_ttci.py 37 class TtciController(object):
  /external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py 45 """Prepare TtciController instances for use.
48 an operational TtciController instance, ready to use.
51 TestFail: if error creating a new TtciController instance.
54 self.ttci_obj = smogcheck_ttci.TtciController()
56 raise error.TestFail('Error creating a TtciController: %s' % e)
  /external/autotest/client/site_tests/hardware_TPMttci/
hardware_TPMttci.py 25 TestFail: if error creating a new TtciController instance.
28 self.ttci_obj = smogcheck_ttci.TtciController()
30 raise error.TestFail('Error creating a TtciController: %s' % e)

Completed in 92 milliseconds