update makenetworks test case

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10720 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2011-10-09 01:40:40 +00:00
parent 84baedcc78
commit f088e28058

View File

@ -47,7 +47,7 @@ start:makenetworks
description:makenetworks
cmd:num=`lsdef -t network |cut -d" " -f1 |tee test|wc -l`;for((i=1;i<=$num;i++)) do rmdef -t network `cat test|sed -n "${i}p"`; done
check:rc==0
check:output=~(Object definitions have been removed)
check:output=~(definitions have been removed)
cmd:tabdump networks
check:rc==0
cmd:makenetworks