Lines Matching refs:response
228 response = link.recv(4096)
229 logging.debug("Got response '%s'", response)
231 return response
572 response = self.executeOnDevice(PowerTest.REQUEST_USER_RESPONSE % msg)
574 response != "OK", "Unable to request user acknowledgment")
586 response = (
591 response != "OK", "Unable to send test status to Verifier")
594 response = self.executeOnDevice(PowerTest.REQUEST_SENSOR_SWITCH %
597 response == "ERR", "Unable to set sensor %s state" % sensor)
599 return response
624 response = self.executeOnDevice(
626 if response == "UNAVAILABLE":
631 if response == "UNAVAILABLE":
636 self.reportErrorRaiseExceptionIf(response != "OK", "Unable to set all sensor off")
649 response != "OK", "Unable to set sensor %s ON" % sensor)
802 response = raw_input(
805 if response.upper() != "Y":