fix a problem with lsdef autotest case

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14681 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2012-12-19 05:41:02 +00:00
parent a83217bfe8
commit 6cd038faac

View File

@ -107,9 +107,9 @@ cmd:rmdef -t network testnetwork
end
start:lsdef_t_w
cmd:mkdef -t node -o testnode11-testnode21 cons=hmc groups=all
cmd:mkdef -t node -o testnode11,testnode21 cons=hmc groups=all
check:rc==0
cmd:mkdef -t node -o testnode31-testnode41 cons=ipmi groups=linux
cmd:mkdef -t node -o testnode31,testnode41 cons=ipmi groups=linux
check:rc==0
cmd:lsdef -t node -w cons==ipmi
check:rc==0