62fbb10545
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8834 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
18 lines
266 B
Plaintext
18 lines
266 B
Plaintext
#comment out for developper will not fix it
|
|
#start:lsvm_null
|
|
#cmd:lsvm
|
|
#check:rc!=0
|
|
#check:output=~Usage
|
|
#end
|
|
start:lsvm_node
|
|
hcp:hmc,ivm
|
|
cmd:lsvm $$CN
|
|
check:rc==0
|
|
check:output=~name=$$CN
|
|
end
|
|
start:lsvm_err_node
|
|
cmd:lsvm testnode
|
|
check:rc!=0
|
|
check:output=~Error
|
|
end
|