示例#1
0
def test_coredump_int_wdt_flash_elf_sha(env, extra_data):
    test.int_wdt_inner(env, "coredump_flash_elf_sha")
示例#2
0
def test_coredump_int_wdt_flash_bin_crc(env, extra_data):
    test.int_wdt_inner(env, "coredump_flash_bin_crc")
示例#3
0
def test_coredump_int_wdt_uart_elf_crc(env, extra_data):
    test.int_wdt_inner(env, "coredump_uart_elf_crc")
示例#4
0
def test_panic_int_wdt(env, extra_data):
    test.int_wdt_inner(env, "panic")
示例#5
0
def test_gdbstub_int_wdt(env, _extra_data):
    test.int_wdt_inner(env, 'gdbstub')
示例#6
0
def test_coredump_int_wdt_uart_bin_crc(env, _extra_data):
    test.int_wdt_inner(env, 'coredump_uart_bin_crc')
示例#7
0
def test_panic_int_wdt(env, _extra_data):
    test.int_wdt_inner(env, 'panic')