mirror of https://github.com/ARMmbed/mbed-os.git
Add a config test to check for failing bootloader images
parent
7f12628fbb
commit
b20bf0e623
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"K64F": {
|
||||
"target.bootloader_img": "does_not_exists.bin"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
expected_results = {
|
||||
"K64F": {
|
||||
"desc": "error when bootloader not found",
|
||||
"exception_msg": "not found"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue