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

  /external/autotest/server/hosts/
servo_host.py 645 def create_servo_host(dut, servo_args, try_lab_servo=False):
662 When the `try_lab_servo` parameter is false, it indicates that a
665 setting of `try_lab_servo`.
674 @param try_lab_servo: Boolean. Whether to create ServoHost for a device
712 elif servo_args is not None or try_lab_servo:
cros_host.py 283 try_lab_servo=False, ssh_verbosity_flag='', ssh_options='',
297 @param try_lab_servo: Boolean, False indicates that ServoHost should
319 try_lab_servo=try_lab_servo)
    [all...]
  /external/autotest/site_utils/deployment/
install.py 176 host = hosts.create_host(hostname, try_lab_servo=True)

Completed in 3093 milliseconds