From 3974605887a34ed403cf29e28383e9336ede138d Mon Sep 17 00:00:00 2001 From: Mateusz Holenko Date: Tue, 11 Aug 2020 15:08:40 +0200 Subject: [PATCH] tests: Do not check the CPU variant --- tests/renode/BIOS.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/renode/BIOS.robot b/tests/renode/BIOS.robot index d71a289ee..4c389024b 100644 --- a/tests/renode/BIOS.robot +++ b/tests/renode/BIOS.robot @@ -19,5 +19,5 @@ BIOS boots Wait For Line On Uart BIOS CRC passed # CPU_TYPE variable is passed by the test-renode.sh script - Wait For Line On Uart CPU:\\s* ${CPU_TYPE} @ [0-9]+MHz treatAsRegex=true + Wait For Line On Uart CPU:\\s* ${CPU_TYPE}.* @ [0-9]+MHz treatAsRegex=true