Lines Matching refs:testsuite
295 def _get_dict_testsuite(testsuite, config):
298 testsuite_file = "{}{}".format(testsuite, suffix)
339 testsuite = get_config_value('testsuite', json_config.get_driver(),
342 if not testsuite and os.path.exists(source):
347 testsuite = temp_testsuite[0]
349 if not testsuite:
355 if testsuite.endswith(PY_SUFFIX) or \
356 testsuite.endswith(PYD_SUFFIX) or \
357 testsuite.endswith(PYC_SUFFIX):
358 if not os.path.exists(testsuite):
360 checked_testsuite = get_file_absolute_path(testsuite, [
365 checked_testsuite = testsuite
367 checked_testsuite = _get_dict_testsuite(testsuite, self.config)