VirtualBox

Changeset 97171 in vbox


Ignore:
Timestamp:
Oct 17, 2022 4:45:11 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/vsheriff: Tried teaching it that the host disk is full.

File:
1 edited

Legend:

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

    r96407 r97171  
    653653    ktReason_Host_InstallSourceAbsent                  = ( 'Host',              'ERROR_INSTALL_SOURCE_ABSENT' );
    654654    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
     655    ktReason_Host_DiskFull                             = ( 'Host',              'Host disk full' );
    655656    ktReason_Host_DoubleFreeHeap                       = ( 'Host',              'Double free or corruption' );
    656657    ktReason_Host_LeftoverService                      = ( 'Host',              'Leftover service' );
     
    11061107    katSimpleVmLogReasons = [
    11071108        # ( Whether to stop on hit, reason tuple, needle text. )
     1109        # Note: Works for ATA and VD drivers.
     1110        ( False, ktReason_Host_DiskFull,                            '_DISKFULL' ),
    11081111    ];
    11091112
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