xcat-core/xCAT-test/autotest/testcase/lsvm/cases0

18 lines
266 B
Plaintext
Raw Normal View History

#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