108109110111112113114115116
* @param vmId id of the vm that is going to be deleted * @return the cleanup store procedure */ public CleanUpSP testCleanupVm(String vmId) throws Exception { CleanUpSP sp = testSP.new CleanUpSP(vmId); sp.call(); return sp; }