Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder.py35 _INT_NAME_RE = re.compile(r'^.*\/res\/config\/(?P<int_name>.*).xml$') variable
189 match = _INT_NAME_RE.match(test_file)
257 match = _INT_NAME_RE.match(rel_config)
/tools/asuite/atest/test_finders/
Dtf_integration_finder.py37 _INT_NAME_RE = re.compile(r'^.*\/res\/config\/(?P<int_name>.*).xml$') variable
193 match = _INT_NAME_RE.match(test_file)
261 match = _INT_NAME_RE.match(rel_config)