Searched refs:RE_MACADDR (Results 1 – 1 of 1) sorted by relevance
371 RE_MACADDR = re.compile('^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$') variable in VerifyDUTMacAddress464 if not self.RE_MACADDR.match(mac_addr):