From 19f7f218e08e80a4240dfeb4340798cb413dc48a Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Fri, 25 Nov 2022 12:07:38 +0100 Subject: [PATCH] update agentSST for TEST_MODE --- src/core/pyros_django/agent/AgentSST.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/pyros_django/agent/AgentSST.py b/src/core/pyros_django/agent/AgentSST.py index 8e09c59..ed72f9c 100644 --- a/src/core/pyros_django/agent/AgentSST.py +++ b/src/core/pyros_django/agent/AgentSST.py @@ -37,7 +37,7 @@ class AgentSST(Agent): _TEST_COMMANDS_LIST = [ (True, "self get_mode", 200, "ATTENTIVE", Agent.CMD_STATUS.CMD_EXECUTED), - (True, "self set_mode ATTENTIVE", 200, "ATTENTIVE", Agent.CMD_STATUS.CMD_EXECUTED), + (True, "self set_mode ATTENTIVE", 200, "MODE is ATTENTIVE", Agent.CMD_STATUS.CMD_EXECUTED), (True, "self do_stop", 200, None, Agent.CMD_STATUS.CMD_EXECUTED), ] -- libgit2 0.21.2