From c3696aa1f3a96f69c8cd54ee19a8e3a44b4233d5 Mon Sep 17 00:00:00 2001 From: Victor Chavez Date: Sat, 13 Apr 2024 01:52:57 +0200 Subject: [PATCH] fix robot test --- test/renode/uptime_test.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/renode/uptime_test.robot b/test/renode/uptime_test.robot index 6988786..4d07cdf 100644 --- a/test/renode/uptime_test.robot +++ b/test/renode/uptime_test.robot @@ -50,11 +50,11 @@ Uptime Demo Wait For Line On Uart Scanning successfully started testerId=${cen_uart} Wait For Line On Uart Bluetooth initialized testerId=${per_uart} Wait For Line On Uart Connected testerId=${per_uart} - Wait For Line On Uart Characteristic Notify uptime CCC changed 1 testerId=${per_uart} Wait For Line On Uart Connected testerId=${cen_uart} Wait For Line On Uart Service found testerId=${cen_uart} Wait For Line On Uart Chrc 3/3 found testerId=${cen_uart} Wait For Line On Uart Subscribed testerId=${cen_uart} + Wait For Line On Uart Characteristic Notify Uptime CCC changed testerId=${per_uart} Wait For Line On Uart Uptime value 1 testerId=${cen_uart} Wait For Line On Uart Uptime value 2 testerId=${cen_uart} Wait For Line On Uart Uptime value 3 testerId=${cen_uart} \ No newline at end of file