mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-08-17 07:38:29 +02:00
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
33 lines
1.5 KiB
Plaintext
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...
|