-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
b118801
commit 53ff39f
Showing
4 changed files
with
725 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
*** 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... |
Oops, something went wrong.