sim:tests: Fix shodan_boot debug kernel dependency Change-Id: Ib6cf87f76f628a701eda3fd939b908534c42634c
diff --git a/shodan_boot.robot b/shodan_boot.robot index afb8203..6f2bc90 100644 --- a/shodan_boot.robot +++ b/shodan_boot.robot
@@ -38,9 +38,11 @@ IF ${RUN_DEBUG} == 1 Execute Command $tar=@${FLASH_DEBUG_TAR} Execute Command $cpio=@${CPIO_DEBUG} + Execute Command $kernel=@{CANTRIP_KERNEL_DEBUG} ELSE Execute Command $tar=@${FLASH_RELEASE_TAR} Execute Command $cpio=@${CPIO_RELEASE} + Execute Command $kernel=@{CANTRIP_KERNEL_RELEASE} END Execute Script ${SCRIPT} # Add UART5 virtual time so we can check the machine execution time