Skip to content

Commit

Permalink
Merge pull request #40 from NethServer/tests
Browse files Browse the repository at this point in the history
Remove unnecessary tests and update roundcubemail.robot
  • Loading branch information
stephdl authored May 16, 2024
2 parents 033517b + 6f46433 commit 03f65e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/roundcubemail.robot
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ Check if roundcubemail is installed correctly
&{output} = Evaluate ${output}
Set Suite Variable ${module_id} ${output.module_id}

Check if roundcubemail 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 roundcubemail works as expected
${rc} = Execute Command curl -f http://127.0.0.1/roundcubemail/
... return_rc=True return_stdout=False
Should Be Equal As Integers ${rc} 0

Check if roundcubemail is removed correctly
${rc} = Execute Command remove-module --no-preserve ${module_id}
... return_rc=True return_stdout=False
Expand Down

0 comments on commit 03f65e0

Please sign in to comment.