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

  /external/autotest/server/site_tests/enterprise_LongevityTrackerServer/
enterprise_longevity_helper.py 58 ectool = client.run('ectool version', ignore_status=True)
59 if not ectool.exit_status:
  /external/autotest/client/cros/
ec.py 33 """Determine if ectool shell command is present.
38 cmd = 'which ectool'
47 that includes only the use of ectool.
58 logging.warning("Ectool absent on this platform ( %s )",
60 raise error.TestNAError("Platform doesn't support ectool")
71 full_cmd = 'ectool --name=%s %s' % (self._target, cmd)
242 ectool command usbpd provides the following information about the port:
467 Uses ectool's usbpdpower command which in turn makes host command call
470 TODO(tbroch) May want to consider adding separate ectool command to

Completed in 78 milliseconds