From bff2f3cddaebaf53626844264a06585a09cd612c Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Thu, 21 Mar 2024 10:28:23 +0100 Subject: [PATCH] Remove configure test --- tests/crowdsec.robot | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/crowdsec.robot b/tests/crowdsec.robot index a1bfb0d..f095541 100644 --- a/tests/crowdsec.robot +++ b/tests/crowdsec.robot @@ -9,11 +9,6 @@ Check if crowdsec is installed correctly &{output} = Evaluate ${output} Set Suite Variable ${module_id} ${output.module_id} -Check if crowdsec can be configured - ${rc} = Execute Command api-cli run module/${module_id}/configure-module --data '{"ban_local_network": true,"bantime": "1","dyn_bantime": true,"enable_online_api": true,"enroll_instance": "","helo_host": "","receiver_emails": [""],"whitelists": [""]}' - ... return_rc=True return_stdout=False - Should Be Equal As Integers ${rc} 0 - Check if crowdsec is removed correctly ${rc} = Execute Command remove-module --no-preserve ${module_id} ... return_rc=True return_stdout=False