Lines Matching refs:STATUS
6 # Reports the status of the servo (if any) attached to the DUT.
57 STATUS=()
71 STATUS=("${STATUS[@]}" "pwr_button is '$BUTTON'")
77 STATUS=("${STATUS[@]}" "lid_open is '$LID'")
81 STATUS=("${STATUS[@]}" "not running servod")
88 STATUS=("${STATUS[@]}" "ssh is down")
95 STATUS=("${STATUS[@]}" "not running brillo")
111 STATUS=("servod not configured")
114 JOB=$(remote $SERVO status servod | sed 's/,.*//')
117 STATUS=("servod failed")
123 STATUS=("${STATUS[@]}" "is down")
126 if [ "${#STATUS}" -eq 0 ]
128 STATUS=("is up")
133 STATUS=("${STATUS[@]}" $BOARD $VERSION)
135 echo " ${STATUS[@]}"