VirtualBox

Changeset 103215 in vbox


Ignore:
Timestamp:
Feb 6, 2024 7:49:28 AM (15 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161482
Message:

Validation Kit/tdAddGuestCtrl.py: Exclude session 0 tests from too old Windows versions. bugref:10586

File:
1 edited

Legend:

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

    r103211 r103215  
    27162716            return False;
    27172717
     2718        fRc = True;
     2719
    27182720        if  self.oTstDrv.fpApiVer >= 7.1 \
    2719         and oTestVm.isWindows():
     2721        and oTestVm.isWindows() \
     2722        and oTestVm.sKind not in ('WindowsNT4', 'Windows2000',):
    27202723            reporter.testStart('Windows guest processes in session >= 1');
    27212724            # Test in which Windows session Guest Control processes are being started.
Note: See TracChangeset for help on using the changeset viewer.

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