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:
parent
84baedcc78
commit
f088e28058
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user