Skip to content

Commit

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

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

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

0 comments on commit efb1043

Please sign in to comment.