Add a config test to check for failing bootloader images

pull/4278/head
Jimmy Brisson 2017-04-20 11:24:35 -05:00 committed by adbridge
parent 7f12628fbb
commit b20bf0e623
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"target_overrides": {
"K64F": {
"target.bootloader_img": "does_not_exists.bin"
}
}
}

View File

@ -0,0 +1,6 @@
expected_results = {
"K64F": {
"desc": "error when bootloader not found",
"exception_msg": "not found"
}
}