update makenetworks test case

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10721 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc
2011-10-09 01:41:10 +00:00
parent d828446fd0
commit 122240358e
@@ -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