From 35315de8395eca1452f307f594c33a686e94debd Mon Sep 17 00:00:00 2001 From: Didier Wenzek Date: Wed, 31 Jan 2024 17:08:09 +0100 Subject: [PATCH] fixup! fixup! Reproduce tedge-agent stuck on too many pending operations --- tests/RobotFramework/tests/tedge_agent/main_tedge_agent.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/RobotFramework/tests/tedge_agent/main_tedge_agent.robot b/tests/RobotFramework/tests/tedge_agent/main_tedge_agent.robot index 904a5613575..376fc95da43 100644 --- a/tests/RobotFramework/tests/tedge_agent/main_tedge_agent.robot +++ b/tests/RobotFramework/tests/tedge_agent/main_tedge_agent.robot @@ -16,7 +16,7 @@ On start process all the pending operations ${pid}= Execute Command pgrep -f '^/usr/bin/tedge-agent' strip=${True} ${timestamp}= Get Unix Timestamp Execute Command sudo tedge mqtt pub 'te/device/main/service/tedge-agent/cmd/health/check' '' - ${messages}= Should Have MQTT Messages te/device/main/service/tedge-agent/status/health date_from=${timestamp} minimum=1 + ${messages}= Should Have MQTT Messages te/device/main/service/tedge-agent/status/health date_from=${timestamp} minimum=1 Should Contain ${messages[0]} "pid":${pid} Should Contain ${messages[0]} "status":"up" FOR ${id} IN RANGE 1 12