Searched refs:test_name (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/tools/test_apps/system/panic/ |
D | panic_tests.py | 8 def get_default_backtrace(test_name): argument 10 test_name, 17 def test_common(dut, test_name, expected_backtrace=None): argument 19 expected_backtrace = get_default_backtrace(dut.test_name) 21 if 'gdbstub' in test_name: 26 … raise AssertionError('Unexpected backtrace in test {}:\n{}'.format(test_name, pformat(frames))) 29 if 'uart' in test_name: 34 if 'uart' in test_name: 37 elif 'flash' in test_name: 40 elif 'panic' in test_name: [all …]
|
/hal_espressif-3.6.0/tools/test_apps/system/panic/test_panic_util/ |
D | test_panic_util.py | 39 def start_test(self, test_name): argument 41 self.test_name = test_name 46 Utility.console_log('Setting boot command: ' + test_name) 47 self.write(test_name) 48 self.expect('Got test name: ' + test_name) 92 with open(os.path.join(log_folder, 'log_' + self.test_name + '.txt'), 'w') as log_file: 93 Utility.console_log('Writing output of {} to {}'.format(self.test_name, log_file.name)) 130 …with open(os.path.join(log_folder, 'coredump_data_' + self.test_name + '.b64'), 'w') as coredump_f… 134 … output_file_name = os.path.join(log_folder, 'coredump_uart_result_' + self.test_name + '.txt') 140 coredump_file_name = os.path.join(log_folder, 'coredump_data_' + self.test_name + '.bin') [all …]
|
/hal_espressif-3.6.0/tools/test_apps/system/panic/main/ |
D | test_panic_main.c | 37 const char* test_name = get_test_name(); in app_main() local 38 if (test_name == NULL) { in app_main() 42 printf("Got test name: %s\n", test_name); in app_main() 45 if (strcmp(test_name, #name_) == 0) { \ in app_main()
|
/hal_espressif-3.6.0/components/driver/test/ |
D | test_sdio.c | 52 const char test_name[16]; member 63 .test_name = "HS4B", 69 .test_name = "HS1B", 75 .test_name = "SPI", 83 .test_name = "HS4B (perf)", 88 .test_name = "HS1B (perf)", 93 .test_name = "SPI (perf)", 101 .test_name = "HS4B packet", 129 ESP_LOGI(MASTER_TAG, "### Testing %s... ####", config->test_name); in test_framework_master()
|
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/ |
D | unity_test_parser.py | 64 test_name, argument 75 self._test_name = test_name
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | linux-host-testing.rst | 51 - <test_name>/
|