163164165166167168169170171172173
throws Exception { String snapName = "snapshot-test"; VirtualMachineManager vmm = gm_.searchVmWithName(vmName_); assert vmm != null; vmm.deleteSnapshot(snapName); } /** * Get configuration of all virtual machines. */