2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-08 17:32:30 +00:00

Add onecli 2.1.0 output masking

This commit is contained in:
Jarrod Johnson
2017-11-15 09:18:20 -05:00
parent db4dc42b9d
commit a6932bb440

View File

@@ -215,6 +215,9 @@ sub processoutput { #This way, one arbiter handles output, no interrupting
$line !~ /Lenovo ToolsCenterSuite CLI/i &&
$line !~ /Lenovo XClarity Essentials OneCLI/i &&
$line !~ /Invoking SHOW command .../i &&
$line !~ /Succeed in running the command: SHOW/i &&
$line !~ /start to convert cmd./i &&
$line !~ /Connected to BMC at IP address/i &&
$line !~ /Invoking SET command .../i &&
$line !~ /Connected to BMC by IP address/i &&
$line !~ /Succeeded running the command /i &&