* @return : the take snapshot store procedure
*/
public TakeSnapshotSP testTakeSnapshot(String vmId, String name, String description)
throws Exception {
TakeSnapshotSP sp = testSP.new TakeSnapshotSP(vmId, name, description);
sp.call();
return sp;
}
/**
* Test method for removing snapshot