Changeset 67035 in vbox for trunk/src/VBox/ValidationKit/tests/teleportation
- Timestamp:
- May 23, 2017 11:20:54 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115611
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/teleportation/tdTeleportLocal1.py
r65963 r67035 390 390 391 391 # Return with the source and destination swapped. 392 self.addTask(oSessionDst);393 392 return oVmDst, oSessionDst, oVmSrc; 394 393 … … 441 440 oSessionSrc = self.startVm(oVmSrc); 442 441 if oSessionSrc is not None: 443 self.addTask(oSessionSrc);444 445 442 # Simple back and forth to test the ice... 446 443 cTeleportations = 0;
Note:
See TracChangeset
for help on using the changeset viewer.