Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/examples/wifi/iperf/
Diperf_test.py262 pc_nic_ip, pc_iperf_log_file, test_result=None): argument
271 if test_result:
272 self.test_result = test_result
274 self.test_result = {
311 return self.test_result[test_case].add_result(raw_data, self.ap_ssid, att, rssi, heap_size)
444 def __init__(self, dut, softap_dut, config_name, test_result=None): argument
445 …TestUtility, self).__init__(dut, config_name, 'softap', '1234567890', None, None, test_result=None)
546 test_result = dict()
561 test_result[config_name] = {
569 … ap_info['password'], pc_nic_ip, pc_iperf_log_file, test_result[config_name])
[all …]
/hal_espressif-2.7.6/components/newlib/test/
Dtest_newlib.c214 static char test_result[64]; variable
215 sprintf(test_result, "%s (tm_isdst = %d)", buf, tm->tm_isdst);
216 printf("%s\n", test_result);
217 TEST_ASSERT_EQUAL_STRING("2020-03-12 15:00:00 EDT (tm_isdst = 1)", test_result);
/hal_espressif-2.7.6/tools/test_apps/system/memprot/main/esp32c3/
Dtest_memprot_main.c119 bool test_result = in check_test_result() local
124 if ( test_result ) { in check_test_result()
/hal_espressif-2.7.6/tools/test_apps/system/memprot/main/esp32s2/
Dtest_memprot_main.c333 bool test_result = expected_status ? fault == 0 : fault != 0; in check_test_result() local
334 if ( test_result ) { in check_test_result()