Skip to content

Commit

Permalink
fix(tests): pbcak
Browse files Browse the repository at this point in the history
  • Loading branch information
omercier committed Nov 28, 2023
1 parent dba74c2 commit 72a35fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/snmp/storage-synology-snmp.robot
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ ${CMD} perl ${CENTREON_PLUGINS} --plugin=storage::synology:
Synology SNMP: Checking disk components
[Documentation] Monitor the different states of disk health
[Tags] storage synology snmp
Log To Console Synology SNMP: Checking disk components
FOR ${check_components_test} IN @{check_components_tests}
${command} Catenate
... ${CMD}
... --mode=components
... --hostname=127.0.0.1
... --snmp-version=2
... --snmp-port=2024
${command} Catenate ${command} --snmp-community=${check_components_test.snmpcommunity}
... --snmp-community=${check_components_test.snmpcommunity}
${output} Run ${command}
Log To Console Synology SNMP: Checking disk components
Log To Console ${check_components_test.description}
Should Be Equal As Strings
... Log To Console ${check_components_test.description}
... ${check_components_test.expected_output}
... ${output}
... Wrong output for components mode: ${check_components_test}.{\n}Command output:{\n}${output}
Expand Down

0 comments on commit 72a35fd

Please sign in to comment.