Add empty line after each test case
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7554 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
eb1c4f6166
commit
53c0991f58
@ -5,6 +5,7 @@ check:rc==0
|
||||
check:output=~testnode\s*\(node\)
|
||||
cmd:rmdef testnode
|
||||
end
|
||||
|
||||
start:lsdef_a
|
||||
cmd:mkdef -t node -o testnode groups=all
|
||||
check:rc==0
|
||||
@ -19,6 +20,7 @@ check:output=~testnetwork
|
||||
cmd:rmdef -t network testnetwork
|
||||
cmd:rmdef -t node testnode
|
||||
end
|
||||
|
||||
start:lsdef_t_o_l
|
||||
cmd:mkdef -t node -o testnode groups=all
|
||||
check:rc==0
|
||||
@ -36,6 +38,7 @@ check:output!~testnode
|
||||
cmd:rmdef -t network testnetwork
|
||||
cmd:rmdef -t node testnode
|
||||
end
|
||||
|
||||
start:lsdef_t_o_l_z
|
||||
cmd:mkdef -t node -o testnode groups=all
|
||||
check:rc==0
|
||||
@ -54,6 +57,7 @@ check:output=~net=1.2.3.0
|
||||
cmd:rmdef -t network testnetwork
|
||||
cmd:rmdef -t node testnode
|
||||
end
|
||||
|
||||
start:lsdef_t
|
||||
cmd:mkdef -t node -o testnode groups=all
|
||||
check:rc==0
|
||||
@ -66,6 +70,7 @@ check:output!~testnode
|
||||
cmd:rmdef -t network testnetwork
|
||||
cmd:rmdef -t node testnode
|
||||
end
|
||||
|
||||
start:lsdef_t_i_o
|
||||
cmd:mkdef -t network -o testnetwork net=1.2.3.0 mask=255.255.255.0
|
||||
check:rc==0
|
||||
@ -75,6 +80,7 @@ check:output=~net=1.2.3.0
|
||||
check:output!~mask
|
||||
cmd:rmdef -t network testnetwork
|
||||
end
|
||||
|
||||
start:lsdef_t_w
|
||||
cmd:mkdef -t node -o testnode1-testnode2 cons=hmc groups=all
|
||||
check:rc==0
|
||||
@ -94,6 +100,7 @@ check:output!=testnode1
|
||||
check:output!=testnode2
|
||||
cmd:rmdef -t node testnode1-testnode4
|
||||
end
|
||||
|
||||
start:lsdef_t_err
|
||||
cmd:lsdef -t test -o test
|
||||
check:rc!=0
|
||||
|
Loading…
Reference in New Issue
Block a user