2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Check more of the output

This commit is contained in:
Mark Gurevich 2019-05-09 09:30:45 -04:00
parent 1f34af896f
commit 050c15f841

View File

@ -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