Revert "sim:tests: Use bytecode binary in shodan_boot robot test" Revert "build:kata: Temporarily put mobilenet_v1_bytecode_static..." Revert submission 24800-iree-emitc Reason for revert: Bug 241254202 fixed with https://spacebeaker-review.googlesource.com/q/topic:iree-237 Reverted Changes: I0c869b9e2:build:kata: Temporarily put mobilenet_v1_bytecode_... I79c5aaf4b:sim:tests: Use bytecode binary in shodan_boot robo... Change-Id: I68e8c24db443f2545547389286748fd959f4b04e
diff --git a/shodan_boot.robot b/shodan_boot.robot index 2bb5d21..ffea145 100644 --- a/shodan_boot.robot +++ b/shodan_boot.robot
@@ -39,11 +39,10 @@ Wait For Line On Uart load_sel4() completed successfully testerId=${tockuart} Wait For Line On Uart Booting all finished, dropped to user space testerId=${sel4uart} Wait For Prompt On Uart ${PROMPT} testerId=${sel4uart} -# TODO (b/241254202): Revert back to use emitc_static model - Write Line To Uart install mobilenet_v1_bytecode_static.model testerId=${sel4uart} + Write Line To Uart install mobilenet_v1_emitc_static.model testerId=${sel4uart} # Bundle ID needs to be retrieved at runtime ${l}= Wait For Line On Uart Bundle "fake.(\\d+)" installed testerId=${sel4uart} treatAsRegex=true - Write Line to Uart test_mlexecute fake.${l.groups[0]} mobilenet_v1_bytecode_static.model testerId=${sel4uart} + Write Line to Uart test_mlexecute fake.${l.groups[0]} mobilenet_v1_emitc_static.model testerId=${sel4uart} Wait For Prompt On Uart ${PROMPT} testerId=${sel4uart} Wait For LogEntry "main returned: ", 0 # Test timer