Skip to content

Commit e72301a

Browse files
committed
test: update test cases, with infinite loop
1 parent 6597366 commit e72301a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tests/fixtures/unit_test_app_esp32/build/flasher_args.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"write_flash_args" : [ "--flash-mode", "dio",
3-
"--flash-size", "2MB",
4-
"--flash-freq", "40m" ],
2+
"write_flash_args" : [ "--flash_mode", "dio",
3+
"--flash_size", "2MB",
4+
"--flash_freq", "40m" ],
55
"flash_settings" : {
66
"flash_mode": "dio",
77
"flash_size": "2MB",
@@ -16,8 +16,8 @@
1616
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
1717
"app" : { "offset" : "0x10000", "file" : "case_tester_example.bin", "encrypted" : "false" },
1818
"extra_esptool_args" : {
19-
"after" : "hard-reset",
20-
"before" : "default-reset",
19+
"after" : "hard_reset",
20+
"before" : "default_reset",
2121
"stub" : true,
2222
"chip" : "esp32"
2323
}

tests/fixtures/unit_test_app_esp32c3/build/flasher_args.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"write_flash_args" : [ "--flash-mode", "dio",
3-
"--flash-size", "2MB",
4-
"--flash-freq", "80m" ],
2+
"write_flash_args" : [ "--flash_mode", "dio",
3+
"--flash_size", "2MB",
4+
"--flash_freq", "80m" ],
55
"flash_settings" : {
66
"flash_mode": "dio",
77
"flash_size": "2MB",
@@ -16,8 +16,8 @@
1616
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
1717
"app" : { "offset" : "0x10000", "file" : "case_tester_example.bin", "encrypted" : "false" },
1818
"extra_esptool_args" : {
19-
"after" : "hard-reset",
20-
"before" : "default-reset",
19+
"after" : "hard_reset",
20+
"before" : "default_reset",
2121
"stub" : true,
2222
"chip" : "esp32c3"
2323
}

0 commit comments

Comments
 (0)