VirtualBox

Ignore:
Timestamp:
Feb 15, 2022 9:51:13 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149950
Message:

vsheriff: Windows install failure reason.

File:
1 edited

Legend:

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

    r93764 r93765  
    638638    ktReason_Host_DriverNotCompilable                  = ( 'Host',              'Driver not compilable' );
    639639    ktReason_Host_InstallationFailed                   = ( 'Host',              'Installation failed' );
     640    ktReason_Host_InstallationWantReboot               = ( 'Host',              'Installation want reboot' );
    640641    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
    641642    ktReason_Host_DoubleFreeHeap                       = ( 'Host',              'Double free or corruption' );
     
    872873            ( True, ktReason_Host_InstallationFailed, 'pkgadd: ERROR: postinstall script did not complete successfully' ),
    873874        ],
     875        'win': {
     876            # ( Whether to stop on hit, reason tuple, needle text. )
     877            ( True,  ktReason_Host_InstallationWantReboot, 'ERROR_SUCCESS_REBOOT_REQUIRED' ),
     878            ( False, ktReason_Host_InstallationFailed, 'Installation error.' ),
     879        }
    874880    };
    875881
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