VirtualBox

Changeset 100662 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 20, 2023 10:12:26 AM (17 months ago)
Author:
vboxsync
Message:

ValKit/tdAddGuestCtrl.py: Skip Windows 7 VMs at the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r100631 r100662  
    14231423            'file_open', 'file_remove', 'file_stat', 'file_read', 'file_write',
    14241424            'copy_to', 'copy_from',
    1425             'update_additions'
     1425            'update_additions',
     1426            '3d'
    14261427        ];
    14271428        self.asTests                = self.asTestsDef;
     
    54885489        """
    54895490
    5490         if oTestVm.sKind not in ('Windows7', 'Windows7_64', 'Windows8_64', 'Windows10', 'Windows10_64', 'Windows11_64'):
     5491        if oTestVm.sKind not in ('Windows8_64', 'Windows10', 'Windows10_64', 'Windows11_64'):
    54915492            return (True, oTxsSession);
    54925493
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette