2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

Add two more output checking statements

This commit is contained in:
Wai Yee Wong 2021-08-18 12:41:59 -04:00
parent a70d995e46
commit a886959135

View File

@ -52,6 +52,7 @@ cmd:if [ "__GETNODEATTR($$CN,arch)__" != "ppc64" -a "__GETNODEATTR($$CN,mgt)__
check:rc==0
cmd:lsdef $$CN | grep vmothersetting
check:rc==0
check:output=~invalid
cmd:tabdump kvm_nodedata | egrep '/name|machine' | grep -v partition
check:rc==0
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/commoncmd/retry_install.sh $$CN __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-netboot-compute 1
@ -64,6 +65,7 @@ cmd:if [ "__GETNODEATTR($$CN,arch)__" != "ppc64" -a "__GETNODEATTR($$CN,mgt)__
check:rc==0
cmd:lsdef $$CN | grep vmothersetting
check:rc==0
check:output=~machine:
cmd:tabdump kvm_nodedata | egrep '/name|machine' | grep -v partition
check:rc==0
cmd:/opt/xcat/share/xcat/tools/autotest/testcase/commoncmd/retry_install.sh $$CN __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-netboot-compute