109110111112113114115116117
* @return the cleanup store procedure */ public CleanUpSP testCleanupVm(String vmId) throws Exception { CleanUpSP sp = testSP.new CleanUpSP(vmId); sp.call(); return sp; } }