diff --git a/tests/roundcubemail.robot b/tests/roundcubemail.robot index d07bf5b..d5e87a9 100644 --- a/tests/roundcubemail.robot +++ b/tests/roundcubemail.robot @@ -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