Skip to content

Commit 8048ec3

Browse files
committed
Add a config test to check for failing bootloader images
1 parent 2a84ddd commit 8048ec3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"target_overrides": {
3+
"K64F": {
4+
"target.bootloader_img": "does_not_exists.bin"
5+
}
6+
}
7+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
expected_results = {
2+
"K64F": {
3+
"desc": "error when bootloader not found",
4+
"exception_msg": "not found"
5+
}
6+
}

0 commit comments

Comments
 (0)