Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dtextfsm.py380 MATCH_ACTION = re.compile(r'(?P<match>.*)(\s->(?P<action>.*))') variable in TextFSMRule
427 match_action = self.MATCH_ACTION.match(line)