VirtualBox

Changeset 66267 in vbox for trunk


Ignore:
Timestamp:
Mar 27, 2017 3:30:36 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114189
Message:

vsheriff: detect leftover windows services and mark failed tests accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r66205 r66267  
    466466    ktReason_Host_DriverNotUnloading                   = ( 'Host',              'Driver not unloading' );
    467467    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
     468    ktReason_Host_LeftoverService                      = ( 'Host',              'Leftover service' );
    468469    ktReason_Host_Reboot_OSX_Watchdog_Timeout          = ( 'Host Reboot',       'OSX Watchdog Timeout' );
    469470    ktReason_Networking_Nonexistent_host_nic           = ( 'Networking',        'Nonexistent host networking interface' );
     
    649650    katSimpleInstallUninstallMainLogReasons = [
    650651        # ( Whether to stop on hit, reason tuple, needle text. )
     652        ( False, ktReason_Host_LeftoverService,
     653                'SERVICE_NAME: vbox' ),
    651654    ];
    652655
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