Changeset 67039 in vbox for trunk/src/VBox/ValidationKit/tests/smoketests
- Timestamp:
- May 23, 2017 11:33:27 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115618
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py
r64427 r67039 155 155 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True); 156 156 if oSession is not None: 157 self.addTask(o Session);157 self.addTask(oTxsSession); 158 158 159 159 ## @todo do some quick tests: save, restore, execute some test program, shut down the guest.
Note:
See TracChangeset
for help on using the changeset viewer.