Lucie Dubrunfaut 53ff39f2e1
enh(cisco-standard): add option --add-fc-fe-errors (#5199)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198>
Co-authored-by: sfarouq-ext <116093375+sfarouq-ext@users.noreply.github.com>
Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>

Refs: CTOR-815
2024-10-10 09:42:12 +02:00

33 lines
1.5 KiB
Plaintext

*** Settings ***
Documentation Network citrix netscaler health
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
Test Timeout 120s
*** Variables ***
${CMD} ${CENTREON_PLUGINS} --plugin=network::cisco::standard::snmp::plugin
*** Test Cases ***
interfaces ${tc}
[Tags] network citrix snmp
${command} Catenate
... ${CMD}
... --mode=interfaces
... --hostname=${HOSTNAME}
... --snmp-port=${SNMPPORT}
... --snmp-community=network/cisco/standard/snmp/slim_cisco_fc_fe
... ${extra_options}
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
Examples: tc extra_options expected_result --
... 1 --oid-display='ifName' UNKNOWN: Can't construct cache...
... 2 --oid-extra-display='ifdesc' UNKNOWN: Can't construct cache...
... 3 --verbose UNKNOWN: Can't construct cache...
... 4 --show-cache $VAR1 = {};
... 5 --display-transform-dst='ens' UNKNOWN: Can't construct cache...
... 6 --display-transform-src='eth' UNKNOWN: Can't construct cache...