Searched refs:whitelist_path (Results 1 – 2 of 2) sorted by relevance
434 def _create_whitelist_set(whitelist_path): argument442 f = open(whitelist_path, 'r')584 whitelist_path = os.path.abspath(options.whitelist_file)585 if not os.path.isfile(whitelist_path):586 logging.error("--whitelist-file (%s) not found", whitelist_path)588 logging.info("Using whitelist file %s", whitelist_path)589 whitelist_set = _create_whitelist_set(whitelist_path)
75 def _get_whitelisted_tests(self, whitelist_path): argument91 'cat %s' % whitelist_path).splitlines():99 logging.error('badly formatted line in %s: %s', whitelist_path,