Changeset 99463 in vbox
- Timestamp:
- Apr 19, 2023 3:54:44 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py
r99462 r99463 192 192 return self.unmountShareEx(oSession, oTxsSession, sShareName, sGuestMountPoint, fMustSucceed = True); 193 193 194 def testIt(self, oTestVm, oSession, oTxsSession): 194 def testIt(self, oTestVm, oSession, oTxsSession): #pylint: disable=too-many-statements 195 195 """ 196 196 Executes the test.
Note:
See TracChangeset
for help on using the changeset viewer.