VirtualBox

Ignore:
Timestamp:
Feb 15, 2022 10:00:38 PM (3 years ago)
Author:
vboxsync
Message:

vsheriff: Another windows install failure reason.

File:
1 edited

Legend:

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

    r93767 r93768  
    640640    ktReason_Host_InstallationWantReboot               = ( 'Host',              'Installation want reboot' );
    641641    ktReason_Host_InvalidPackage                       = ( 'Host',              'ERROR_INSTALL_PACKAGE_INVALID' );
     642    ktReason_Host_InstallSourceAbsent                  = ( 'Host',              'ERROR_INSTALL_SOURCE_ABSENT' );
    642643    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
    643644    ktReason_Host_DoubleFreeHeap                       = ( 'Host',              'Double free or corruption' );
     
    879880            ( False, ktReason_Host_InstallationFailed, 'Installation error.' ),
    880881            ( True,  ktReason_Host_InvalidPackage, 'Uninstaller failed, exit code: 1620' ),
     882            ( True,  ktReason_Host_InstallSourceAbsent, 'Uninstaller failed, exit code: 1612' ),
    881883        ],
    882884    };
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