Lines Matching defs:self

63     def __init__(self, rfc2217_port=None):  argument
85 def wait_for_server_starts(self, attempts_count): argument
111 def __enter__(self): argument
114 def __exit__(self, type, value, traceback): argument
122 def run_espsecure(self, args): argument
136 def run_esptool(self, args, baud=None, chip=None, port=None, preload=True): argument
215 def run_esptool_error(self, args, baud=None, chip=None): argument
229 def setup_class(self): argument
237 def teardown_class(self): argument
241 def readback(self, offset, length, spi_connection=None): argument
262 def diff(self, readback, compare_to): argument
269 self, offset, length, compare_to, is_bootloader=False, spi_connection=None argument
290 def valid_key_present(self): argument
300 def test_blank_efuse_encrypt_write_abort(self): argument
317 def test_blank_efuse_encrypt_write_continue1(self): argument
356 def test_blank_efuse_encrypt_write_continue2(self): argument
395 def test_short_flash(self): argument
400 def test_highspeed_flash(self): argument
404 def test_adjacent_flash(self): argument
409 def test_short_flash_hex(self): argument
420 def test_adjacent_flash_hex(self): argument
438 def test_adjacent_flash_mixed(self): argument
452 def test_adjacent_independent_flash(self): argument
463 def test_last_bytes_of_32M_flash(self): argument
477 def test_write_larger_area_to_32M_flash(self): argument
486 def test_correct_offset(self): argument
497 def test_no_compression_flash(self): argument
506 def test_compressed_nostub_flash(self): argument
513 def _test_partition_table_then_bootloader(self, args): argument
520 def test_partition_table_then_bootloader(self): argument
523 def test_partition_table_then_bootloader_no_compression(self): argument
526 def test_partition_table_then_bootloader_nostub(self): argument
534 def test_length_not_aligned_4bytes(self): argument
537 def test_length_not_aligned_4bytes_no_compression(self): argument
542 def test_write_overlap(self): argument
550 def test_repeated_address(self): argument
558 def test_write_sector_overlap(self): argument
566 def test_write_no_overlap(self): argument
572 def test_compressible_file(self): argument
582 def test_compressible_non_trivial_file(self): argument
597 def test_zero_length(self): argument
606 def test_single_byte(self): argument
610 def test_erase_range_messages(self): argument
628 def test_write_image_for_another_target(self): argument
643 def test_write_image_for_another_revision(self): argument
654 def test_flash_with_min_max_rev(self): argument
666 def test_erase_before_write(self): argument
672 def test_flash_not_aligned_nostub(self): argument
682 def test_flash_overclocked(self): argument
724 def test_flash_watchdogs(self): argument
770 def test_show_security_info(self): argument
790 def test_high_offset(self): argument
794 def test_high_offset_no_compression(self): argument
798 def test_large_image(self): argument
802 def test_large_no_compression(self): argument
808 def test_invalid_size_arg(self): argument
811 def test_write_past_end_fails(self): argument
818 def test_write_no_compression_past_end_fails(self): argument
829 def test_flash_size_keep(self): argument
846 def test_read_nostub_high_offset(self): argument
872 def test_flash_id(self): argument
879 def test_flash_id_expand_args(self): argument
894 def test_flash_id_trace(self): argument
917 def test_flash_size(self): argument
929 def test_flash_sfdp(self): argument
943 def test_short_flash_to_external_stub(self): argument
962 def test_short_flash_to_external_ROM(self): argument
983 def test_stub_reuse_with_synchronization(self): argument
996 def test_stub_reuse_without_synchronization(self): argument
1013 def test_chip_erase(self): argument
1020 def test_region_erase(self): argument
1031 def test_region_erase_all(self): argument
1035 def test_large_region_erase(self): argument
1041 def test_end_sector(self): argument
1047 def test_end_sector_uncompressed(self): argument
1053 def test_overlap(self): argument
1060 def test_verify_success(self): argument
1064 def test_verify_failure(self): argument
1072 def test_verify_unaligned_length(self): argument
1079 def test_read_mac(self): argument
1088 def test_read_chip_id(self): argument
1099 def test_memory_dump(self): argument
1104 def test_memory_write(self): argument
1110 def test_memory_read(self): argument
1119 def setup_class(self): argument
1130 def test_keep_does_not_change_settings(self): argument
1150 def test_detect_size_changes_size(self): argument
1163 def test_explicit_set_size_freq_mode(self): argument
1196 def verify_output(self, expected_out: List[bytes]): argument
1211 def test_load_ram(self): argument
1222 def test_load_ram_hex(self): argument
1246 def test_deep_sleep_flash(self): argument
1272 def test_flash_header_rewrite(self): argument
1287 def test_flash_header_no_magic_no_rewrite(self): argument
1300 def _check_output(self, output): argument
1308 def test_auto_detect(self): argument
1317 def test_auto_detect_virtual_port(self): argument
1326 def test_highspeed_flash_virtual_port(self): argument
1337 def pty_port(self): argument
1346 def test_pty_port(self, pty_port): argument
1363 def _test_read_write(self, esp): argument
1401 def test_read_write_memory_rom(self): argument
1410 def test_read_write_memory_stub(self): argument
1423 def test_read_write_flash_status(self): argument
1433 def test_read_chip_description(self): argument
1443 def test_read_get_chip_features(self): argument
1465 def verify_image(self, offset, length, image, compare_to): argument
1478 def test_make_image(self): argument
1503 def __init__(self, file_path, file_content): argument
1507 def __enter__(self): argument
1512 def __exit__(self, exc_type, exc_value, exc_tb): argument
1524 def test_load_config_file(self): argument
1564 def test_load_config_file_with_env_var(self): argument
1584 def test_custom_reset_sequence(self): argument
1609 def test_open_port_attempts(self): argument