Lines Matching refs:SERVO
4 # servo-stat DUT ...
6 # Reports the status of the servo (if any) attached to the DUT.
7 # The DUT name is the host name without the .cros, or -servo.
20 HDCTOOLS=$(readlink -f $REPO/chroot/usr/lib/python2.7/site-packages/servo)
46 local servo=$1
48 timeout 45 ssh "${ssh_opts[@]}" root@$servo "$@"
62 # Get the servo host from the afe. If not present, infer it from the hostname.
63 local servo_host=$(get_afe_host_attr $host servo_host ${host}-servo)
70 # Get the servo port from the afe. If not present, default 9999.
78 SERVO=$(get_servo $H)
89 if ping -c1 -w2 $SERVO >/dev/null 2>&1
92 if BUTTON=$(dut_control -s $SERVO -p $SERVO_PORT pwr_button 2>&1)
99 LID=$(dut_control -s $SERVO -p $SERVO_PORT lid_open 2>&1)
111 if ! remote $SERVO true >/dev/null 2>&1
117 remote $SERVO grep CHROMEOS_RELEASE_VERSION /etc/lsb-release 2>&1)
127 if remote $SERVO test -f $CONFIG
130 BOARD=$(remote $SERVO grep BOARD= $CONFIG)
139 JOB=$(remote $SERVO status servod | sed 's/,.*//')