2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-06 10:18:20 +00:00

Filter out header of new version of OneCLI

This commit is contained in:
Jarrod Johnson
2017-08-11 09:11:54 -04:00
parent 8489de8dba
commit 781c87bf8f

View File

@@ -213,6 +213,7 @@ sub processoutput { #This way, one arbiter handles output, no interrupting
$line !~ /Lenovo ASU/i &&
$line !~ /^\s*$/i &&
$line !~ /Lenovo ToolsCenterSuite CLI/i &&
$line !~ /Lenovo XClarity Essentials OneCLI/i &&
$line !~ /Invoking SHOW command .../i &&
$line !~ /Connected to BMC by IP address/i &&
$line !~ /Succeeded running the command /i &&