From a6932bb4402481df8c517c9b7f7c178316bf34ad Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 15 Nov 2017 09:18:20 -0500 Subject: [PATCH] Add onecli 2.1.0 output masking --- xCAT-client/bin/pasu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 08b77e746..191aeda65 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -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 &&