a05837bdca
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7514 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
17 lines
217 B
Plaintext
17 lines
217 B
Plaintext
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
|