Skip to content

Commit

Permalink
tests: add test for WebTop module configuration
Browse files Browse the repository at this point in the history
Add a new Robot Framework test case to verify that the WebTop module can
be configured correctly.
  • Loading branch information
Amygos committed Jan 9, 2025
1 parent eb4156c commit 5d6c806
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/10_webtop_actions/00_configure-module.robot
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*** Settings ***
Library SSHLibrary
Resource ../api.resource

*** Test Cases ***
Check if WevTop can be configured correctly
Run task module/${module_id}/configure-module {"hostname":"webtop.ns8.local","mail_module":"${mail_module_id}","mail_domain":"${mail_domain}"}
... decode_json=False rc_expected=0

0 comments on commit 5d6c806

Please sign in to comment.