Changeset 84966 in vbox for trunk/src/VBox/ValidationKit/testdriver/txsclient.py
- Timestamp:
- Jun 26, 2020 10:32:57 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138844
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/txsclient.py
r84921 r84966 1373 1373 The task returns UUID string (in {}) on success and False on failure. 1374 1374 """ 1375 return self.startTask(cMsTimeout, fIgnoreErrors, " bye", self.taskUuid);1375 return self.startTask(cMsTimeout, fIgnoreErrors, "uuid", self.taskUuid); 1376 1376 1377 1377 def syncUuid(self, cMsTimeout = 30000, fIgnoreErrors = False):
Note:
See TracChangeset
for help on using the changeset viewer.