mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-25 02:37:57 +02:00
local fixes
This commit is contained in:
parent
6429dbda88
commit
b9799cac77
@ -33,7 +33,7 @@ jobs ${tc}
|
||||
|
||||
Examples: tc extraoptions expected_result --
|
||||
... 1 --filter-name='' OK: Jobs total: 4, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=4;;;0; 'jobs.successful.count'=0;;;0;4 'jobs.failed.count'=0;;;0;4 'jobs.running.count'=0;;;0;4 'jobs.canceled.count'=0;;;0;4 'jobs.pending.count'=0;;;0;4 'jobs.default.count'=0;;;0;4
|
||||
... 2 --filter-name=First job OK: Jobs total: 2, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=2;;;0; 'jobs.successful.count'=0;;;0;2 'jobs.failed.count'=0;;;0;2 'jobs.running.count'=0;;;0;2 'jobs.canceled.count'=0;;;0;2 'jobs.pending.count'=0;;;0;2 'jobs.default.count'=0;;;0;2
|
||||
... 2 --filter-name='First job' OK: Jobs total: 2, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=2;;;0; 'jobs.successful.count'=0;;;0;2 'jobs.failed.count'=0;;;0;2 'jobs.running.count'=0;;;0;2 'jobs.canceled.count'=0;;;0;2 'jobs.pending.count'=0;;;0;2 'jobs.default.count'=0;;;0;2
|
||||
... 3 --filter-name=toto --critical-total=1:1 CRITICAL: Jobs total: 0 | 'jobs.total.count'=0;;1:1;0; 'jobs.successful.count'=0;;;0;0 'jobs.failed.count'=0;;;0;0 'jobs.running.count'=0;;;0;0 'jobs.canceled.count'=0;;;0;0 'jobs.pending.count'=0;;;0;0 'jobs.default.count'=0;;;0;0
|
||||
... 4 --filter-name='' --critical-total=1:1 CRITICAL: Jobs total: 4 | 'jobs.total.count'=4;;1:1;0; 'jobs.successful.count'=0;;;0;4 'jobs.failed.count'=0;;;0;4 'jobs.running.count'=0;;;0;4 'jobs.canceled.count'=0;;;0;4 'jobs.pending.count'=0;;;0;4 'jobs.default.count'=0;;;0;4
|
||||
... 5 --filter-name='' --critical-total=4:4 OK: Jobs total: 4, successful: 0, failed: 0, running: 0 | 'jobs.total.count'=4;;4:4;0; 'jobs.successful.count'=0;;;0;4 'jobs.failed.count'=0;;;0;4 'jobs.running.count'=0;;;0;4 'jobs.canceled.count'=0;;;0;4 'jobs.pending.count'=0;;;0;4 'jobs.default.count'=0;;;0;4
|
||||
|
@ -27,7 +27,6 @@ Create cache from API
|
||||
... OK: Cache files created successfully
|
||||
... Wrong output result:\n\n ${output}\nInstead of:\n OK: Cache files created successfully\n\n
|
||||
# Mockoon is not needed any longer since the data are cached
|
||||
Stop Mockoon
|
||||
|
||||
vpn-tunnels ${tc}
|
||||
[Tags] meraki api vpn network
|
||||
|
@ -28,7 +28,7 @@ ListDisks ${tc}
|
||||
... ${CMD}
|
||||
... ${extra_options}
|
||||
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_regexp}
|
||||
Ctn Run Command Without Connector And Check Result As Regexp ${command} ${expected_regexp}
|
||||
|
||||
|
||||
Examples: tc extraoptions expected_regexp --
|
||||
|
@ -28,7 +28,7 @@ ListVolumes ${tc}
|
||||
... ${CMD}
|
||||
... ${extra_options}
|
||||
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_regexp}
|
||||
Ctn Run Command Without Connector And Check Result As Regexp ${command} ${expected_regexp}
|
||||
|
||||
|
||||
Examples: tc extraoptions expected_regexp --
|
||||
|
Loading…
x
Reference in New Issue
Block a user