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 "$@"
55 SERVO=$H-servo.cros
64 if ping -c1 -w2 $SERVO >/dev/null 2>&1
67 if BUTTON=$(dut_control -s $SERVO pwr_button 2>&1)
74 LID=$(dut_control -s $SERVO lid_open 2>&1)
86 if ! remote $SERVO true >/dev/null 2>&1
92 remote $SERVO grep CHROMEOS_RELEASE_VERSION /etc/lsb-release 2>&1)
102 if remote $SERVO test -f $CONFIG
105 BOARD=$(remote $SERVO grep BOARD= $CONFIG)
114 JOB=$(remote $SERVO status servod | sed 's/,.*//')