Changeset 97567 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Nov 16, 2022 10:47:37 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r97565 r97567 133 133 def __init__(self, oCreds = None): 134 134 self.oGuest = None; ##< IGuest. 135 self.oTestVm = None; 135 136 self.oCreds = oCreds ##< type: tdCtxCreds 136 137 self.timeoutMS = 30 * 1000; ##< 30s timeout … … 4916 4917 atTests.extend([ 4917 4918 # Copy the entire test tree: 4918 [ tdTestCopyToDir(sSrc = sScratchTreeDirHst, sDst = sScratchDstDir4Gst + oTestVm.pathSep()), tdTestResultSuccess() ], 4919 [ tdTestCopyToDir(sSrc = sScratchTreeDirHst, sDst = sScratchDstDir4Gst + oTestVm.pathSep()), 4920 tdTestResultSuccess() ], 4919 4921 # Again, should fail this time. 4920 [ tdTestCopyToDir(sSrc = sScratchTreeDirHst, sDst = sScratchDstDir4Gst + oTestVm.pathSep()), tdTestResultFailure() ], 4922 [ tdTestCopyToDir(sSrc = sScratchTreeDirHst, sDst = sScratchDstDir4Gst + oTestVm.pathSep()), 4923 tdTestResultFailure() ], 4921 4924 # Works again, as DirectoryCopyFlag_CopyIntoExisting is specified. 4922 4925 [ tdTestCopyToDir(sSrc = sScratchTreeDirHst, sDst = sScratchDstDir4Gst + oTestVm.pathSep(),
Note:
See TracChangeset
for help on using the changeset viewer.