not the right branch
This commit is contained in:
parent
82d0a19e28
commit
57ab4e7dcd
|
@ -1,30 +0,0 @@
|
|||
*** Settings ***
|
||||
|
||||
Resource ${CURDIR}${/}..${/}..${/}..${/}..${/}resources/import.resource
|
||||
|
||||
Suite Setup Ctn Generic Suite Setup
|
||||
Test Timeout 120s
|
||||
|
||||
|
||||
*** Variables ***
|
||||
${CMD} ${CENTREON_PLUGINS} --plugin=network::f5::bigip::snmp::plugin
|
||||
|
||||
*** Test Cases ***
|
||||
connections ${tc}
|
||||
[Tags] network
|
||||
${command} Catenate
|
||||
... ${CMD}
|
||||
... --mode=connections
|
||||
... --hostname=${HOSTNAME}
|
||||
... --snmp-version=${SNMPVERSION}
|
||||
... --snmp-port=${SNMPPORT}
|
||||
... --snmp-community=network/f5/bigip/snmp/slim-f5-bigip
|
||||
... ${extra_options}
|
||||
|
||||
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
|
||||
|
||||
Examples: tc extra_options expected_result --
|
||||
... 1 ${EMPTY} OK: Current client connections : 5395, Current client SSL connections : 0, client-ssl-tps : Buffer creation, Current server connections: 5242, Current server SSL connections : 4574 | 'Client'=5395con;;;0; 'ClientSSL'=0con;;;0; 'Server'=5242con;;;0; 'ServerSSL'=4574con;;;0;
|
||||
... 2 --filter-counters='^client-ssl|server-ssl$' OK: Current client SSL connections : 0, client-ssl-tps : Buffer creation, Current server SSL connections : 4574 | 'ClientSSL'=0con;;;0; 'ServerSSL'=4574con;;;0;
|
||||
... 3 --warning-client=25 WARNING: Current client connections : 5395 | 'Client'=5395con;0:25;;0; 'ClientSSL'=0con;;;0; 'ClientSSL_Tps'=0.00tps;;;0; 'Server'=5242con;;;0; 'ServerSSL'=4574con;;;0;
|
||||
... 4 --critical-client=25 CRITICAL: Current client connections : 5395 | 'Client'=5395con;;0:25;0; 'ClientSSL'=0con;;;0; 'ClientSSL_Tps'=0.00tps;;;0; 'Server'=5242con;;;0; 'ServerSSL'=4574con;;;0;
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue