Changeset 84767 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 10, 2020 5:40:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r84597 r84767 3588 3588 (sRemoteFile, sEncoding, fIgnoreEncodingErrors, self.adjustTimeoutMs(cMsTimeout), fIgnoreErrors)); 3589 3589 3590 def txsPackFile(self, oSession, oTxsSession, sRemoteFile, sRemoteSource, cMsTimeout = 30000, fIgnoreErrors = False): 3591 return self.txsDoTask(oSession, oTxsSession, oTxsSession.asyncPackFile, \ 3592 (sRemoteFile, sRemoteSource, self.adjustTimeoutMs(cMsTimeout), fIgnoreErrors)); 3593 3590 3594 def txsUnpackFile(self, oSession, oTxsSession, sRemoteFile, sRemoteDir, cMsTimeout = 30000, fIgnoreErrors = False): 3591 3595 return self.txsDoTask(oSession, oTxsSession, oTxsSession.asyncUnpackFile, \
Note:
See TracChangeset
for help on using the changeset viewer.