Skip to content

Commit

Permalink
we cannot test the configuration without a mail server
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed May 16, 2024
1 parent 633567b commit 9913f4e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/sogo.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9913f4e

Please sign in to comment.