Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 7 of 7) sorted by relevance

/cts/tools/incremental-cts/
Dincremental_deqp.py351 def get_test_binary_name(self, test_name): argument
359 if test_name.endswith('32'):
361 elif test_name.endswith('64'):
364 raise TestError('Fail to get dEQP binary due to unknonw test name: ' + test_name)
366 def get_test_log_name(self, test_name): argument
374 return test_name + '.qpa'
376 def get_test_perf_name(self, test_name): argument
384 return test_name + '.data'
386 def get_perf_dump_name(self, test_name): argument
394 return test_name + '-perf-dump.txt'
[all …]
/cts/tools/utils/cts/
Dtools.py65 for test_name in test_list:
67 test.setAttribute('name', test_name)
/cts/apps/CameraITS/tests/
Dits_base_test.py247 logging.debug('%s on PASS.', record.test_name)
250 logging.debug('%s on FAIL.', record.test_name)
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py576 def setTestResult(self, test_name, test_result, test_message): argument
584 print ("Test %s : %s" % (test_name, test_result))
589 (test_name, test_result, test_message)))
/cts/apps/CameraITS/tests/scene2_a/
Dtest_auto_flash.py106 test_name = os.path.join(self.log_path, _TEST_NAME)
/cts/tools/cts-tradefed/
DREADME56 'run cts --module <module_name> --test <test_name>'
/cts/apps/CameraITS/tools/
Drun_all_tests.py761 test_name = test.split('/')[-1].split('.')[0]
762 results[s]['TEST_STATUS'].append({'test': test_name,