sim:test: fix shodan_boot for install fake-bundle naming change

Change-Id: I4b75e072831a786bf5af210265ca11a0549d813a
diff --git a/shodan_boot.robot b/shodan_boot.robot
index 15c31f7..21178b2 100644
--- a/shodan_boot.robot
+++ b/shodan_boot.robot
@@ -38,8 +38,8 @@
     Wait For Line On Uart       Booting all finished, dropped to user space      testerId=${sel4uart}
     Wait For Prompt On Uart     ${PROMPT}                                        testerId=${sel4uart}
     Write Line To Uart          install mobilenet_v1_emitc_static.model          testerId=${sel4uart}
-    Wait For Prompt On Uart     Bundle "fubar" installed                              testerId=${sel4uart}
-    Write Line to Uart          test_mlexecute fubar mobilenet_v1_emitc_static.model  testerId=${sel4uart}
+    Wait For Prompt On Uart     Bundle "fake.24" installed                       testerId=${sel4uart}
+    Write Line to Uart          test_mlexecute fake.24 mobilenet_v1_emitc_static.model  testerId=${sel4uart}
     Wait For Prompt On Uart     ${PROMPT}                                             testerId=${sel4uart}
     Wait For LogEntry           "main returned: ", 0
     Write Line To Uart          test_timer_blocking 10      testerId=${sel4uart}