Home
last modified time | relevance | path

Searched refs:test_module (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/aidegen/lib/
Dproject_file_gen_unittest.py87 test_module = common_util.read_file_content(self._MODULE_PATH)
91 self.assertEqual(test_module, sample_module)
97 test_module = common_util.read_file_content(self._MODULE_PATH)
102 self.assertEqual(test_module, sample_module)
192 test_module = common_util.read_file_content(self._MODULE_PATH)
193 self.assertEqual(test_module, sample_module)
/tools/asuite/atest/
Datest_utils.py914 test_module='', argument
937 if test_module:
938 test_module = 'x86 {}'.format(test_module)
962 cmd = [tmp_service, branch, target, test_name, test_module, test_method]
Dresult_reporter.py492 flakes_info = au.get_flakes(test_module=module)