sim:tests: Fix shodan_boot_robot with the new tock boot flow

Need to change the script to match the latest boot process and the
expected printout.

Change-Id: Id8b8f322f870c35bdc6c25223ee64b8e90426ff4
diff --git a/shodan_boot.robot b/shodan_boot.robot
index 5d369d9..9b289ea 100644
--- a/shodan_boot.robot
+++ b/shodan_boot.robot
@@ -20,7 +20,6 @@
     Execute Command             path set ${ROOTDIR}
     Execute Script              ${SCRIPT}
     Execute Command             cpu0 IsHalted false
-    Execute Command             cpu1 IsHalted false
     Set Default Uart Timeout    300
 
 
@@ -34,7 +33,7 @@
     ${sel4uart}=                Create Terminal Tester        ${UART1}
     Start Emulation
 
-    Wait For Line On Uart       OpenTitan initialisation complete.               testerId=${tockuart}
+    Wait For Line On Uart       Booting sel4 from TockOS app done!               testerId=${tockuart}
     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          test_mlexecute      testerId=${sel4uart}