Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/brillo_Gtests/
Dbrillo_Gtests.py28 def _get_whitelisted_tests(self, whitelist_path): argument
42 'cat %s' % whitelist_path).splitlines():
50 logging.error('badly formatted line in %s: %s', whitelist_path,
/external/autotest/utils/
Dtest_importer.py417 def _create_whitelist_set(whitelist_path): argument
425 f = open(whitelist_path, 'r')
567 whitelist_path = os.path.abspath(options.whitelist_file)
568 if not os.path.isfile(whitelist_path):
569 logging.error("--whitelist-file (%s) not found", whitelist_path)
571 logging.info("Using whitelist file %s", whitelist_path)
572 whitelist_set = _create_whitelist_set(whitelist_path)