update makenetworks testcases

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10476 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2011-09-09 02:11:11 +00:00
parent 0fcacca6c6
commit e462d09d81

View File

@ -54,7 +54,9 @@ cmd:makenetworks
check:rc==0
cmd:tabdump networks
check:rc==0
check:output=~$$autotestnet
check:output=~$$autotestgateway
cmd:lsdef -t network |cut -d" " -f1 > test1
cmd:diff test test1
check:rc==0
cmd:rm -f test
cmd:rm -f test1
end