From 9913f4ef0cd58f48e4040dde32b9ec5b4cc059c8 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Thu, 16 May 2024 16:40:21 +0200 Subject: [PATCH] we cannot test the configuration without a mail server --- tests/sogo.robot | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/sogo.robot b/tests/sogo.robot index a1bcff0..a5cee13 100644 --- a/tests/sogo.robot +++ b/tests/sogo.robot @@ -9,16 +9,6 @@ Check if sogo is installed correctly &{output} = Evaluate ${output} Set Suite Variable ${module_id} ${output.module_id} -Check if sogo can be configured - ${rc} = Execute Command api-cli run module/${module_id}/configure-module --data '{}' - ... return_rc=True return_stdout=False - Should Be Equal As Integers ${rc} 0 - -Check if sogo works as expected - ${rc} = Execute Command curl -f http://127.0.0.1/sogo/ - ... return_rc=True return_stdout=False - Should Be Equal As Integers ${rc} 0 - Check if sogo is removed correctly ${rc} = Execute Command remove-module --no-preserve ${module_id} ... return_rc=True return_stdout=False