From 050c15f84134e796c865df249454ca0dbe596ec4 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 9 May 2019 09:30:45 -0400 Subject: [PATCH] Check more of the output --- xCAT-test/autotest/testcase/probe/xcatproble_list | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/xCAT-test/autotest/testcase/probe/xcatproble_list b/xCAT-test/autotest/testcase/probe/xcatproble_list index f7752dda6..1d797da59 100644 --- a/xCAT-test/autotest/testcase/probe/xcatproble_list +++ b/xCAT-test/autotest/testcase/probe/xcatproble_list @@ -2,6 +2,15 @@ start:xcatprobe_work description:To test if xcatprobe list works. This case must run in xcat mn label:mn_only,ci_test cmd:xcatprobe -l -check:rc == 0 -check:output =~ Supported sub commands are: +check:rc==0 +check:output=~Supported sub commands are: +check:output=~detect_dhcp +check:output=~osdeploy +check:output=~nodecheck +check:output=~xcatmn +check:output=~osimagecheck +check:output=~discovery +check:output=~image +check:output=~clusterstatus +check:output=~switch_macmap end