Update shodan_robot test
Match model ID change in
https://spacebeaker-review.googlesource.com/c/shodan/kata/projects/processmanager/+/41170
Change-Id: I6f8750f2f5d8376fc932d8d841e7cc8778ad8bda
diff --git a/shodan_boot.robot b/shodan_boot.robot
index 9c35264..1242242 100644
--- a/shodan_boot.robot
+++ b/shodan_boot.robot
@@ -185,11 +185,11 @@
Write Line to Uart start mltest waitForEcho=${WAIT_ECHO}
Wait For Line On Uart sdk_model_oneshot(nonexistent) returned Err(SDKNoSuchModel) (as expected)
# start oneshot
- Wait For Line On Uart mobilenet_v1_emitc_static started
+ Wait For Line On Uart mobilenet_v1_emitc_static.model started
Wait For LogEntry "main returned: ", 0
- Wait For Line On Uart mobilenet_v1_emitc_static completed
+ Wait For Line On Uart mobilenet_v1_emitc_static.model completed
# start periodic
- Wait For Line On Uart Model mobilenet_v1_emitc_static started
+ Wait For Line On Uart Model mobilenet_v1_emitc_static.model started
# NB: 10 runs of the model
FOR ${i} IN RANGE 10
Wait For LogEntry "main returned: ", 0