Changeset 100662 in vbox for trunk/src/VBox
- Timestamp:
- Jul 20, 2023 10:12:26 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r100631 r100662 1423 1423 'file_open', 'file_remove', 'file_stat', 'file_read', 'file_write', 1424 1424 'copy_to', 'copy_from', 1425 'update_additions' 1425 'update_additions', 1426 '3d' 1426 1427 ]; 1427 1428 self.asTests = self.asTestsDef; … … 5488 5489 """ 5489 5490 5490 if oTestVm.sKind not in ('Windows 7', 'Windows7_64', 'Windows8_64', 'Windows10', 'Windows10_64', 'Windows11_64'):5491 if oTestVm.sKind not in ('Windows8_64', 'Windows10', 'Windows10_64', 'Windows11_64'): 5491 5492 return (True, oTxsSession); 5492 5493
Note:
See TracChangeset
for help on using the changeset viewer.