Searched refs:whitelist_path (Results 1 – 2 of 2) sorted by relevance
28 def _get_whitelisted_tests(self, whitelist_path): argument42 'cat %s' % whitelist_path).splitlines():50 logging.error('badly formatted line in %s: %s', whitelist_path,
417 def _create_whitelist_set(whitelist_path): argument425 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)