*
* @param id The id of the TmObject
* @return : the take snapshot store procedure
*/
public RemoveSnapshotSP testRemoveSnapshot(String vmId, String snapName) throws Exception {
RemoveSnapshotSP sp = testSP.new RemoveSnapshotSP(vmId, snapName);
sp.call();
return sp;
}