sim:tests: Update expected bundle number

After
https://spacebeaker-review.googlesource.com/c/shodan/kata/projects/processmanager/+/22060,
the bundle cnode number updated from 24 to 26. Update the expected
string in the robot test accordingly.

Change-Id: Ic29176c312ea5f291fac5a9d2af4b55660e0e85f
diff --git a/shodan_boot.robot b/shodan_boot.robot
index 21178b2..d49535a 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 "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     Bundle "fake.26" installed                       testerId=${sel4uart}
+    Write Line to Uart          test_mlexecute fake.26 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}