Add empty line after each test case

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7555 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-09-21 08:49:20 +00:00
parent 53c0991f58
commit ccc2d5080c

View File

@ -3,6 +3,7 @@ cmd:rmdef
check:rc!=0
check:output=~Usage
end
start:rmdef_t_o_attr
cmd:mkdef -t node -o testnode,testnode1 groups=all,aix
check:rc==0
@ -15,6 +16,7 @@ cmd:lsdef -t node testnode,testnode1
check:output=~Could not find an object named 'testnode' of type 'node'.
check:output=~Could not find an object named 'testnode1' of type 'node'.
end
start:rmdef_f_all
cmd:mkdir -p /tmp/db
cmd:dumpxCATdb -p /tmp/db
@ -36,6 +38,7 @@ check:output!~monitoring
cmd:XCATBYPASS=yes restorexCATdb -a -p /tmp/db
check:rc==0
end
start:rmdef_t_err
cmd:rmdef -t testtype -o testnode
check:rc!=0