Home
last modified time | relevance | path

Searched refs:USBC_PIGTAIL_TIMEOUT_RE (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/hosts/
Dservo_host_unittest.py193 self.assertTrue(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
195 self.assertTrue(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
197 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
202 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
204 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
206 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
208 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
Dservo_host.py140 USBC_PIGTAIL_TIMEOUT_RE = r'\[[\d \.]{1,20}(PD TMOUT RX 1\/1)\]' variable in ServoHost