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.py188 self.assertTrue(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
190 self.assertTrue(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
192 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
197 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
199 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
201 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
203 self.assertFalse(bool(re.match(host.USBC_PIGTAIL_TIMEOUT_RE, message)))
Dservo_host.py127 USBC_PIGTAIL_TIMEOUT_RE = r'\[[\d \.]{1,20}(PD TMOUT RX 1\/1)\]' variable in ServoHost