VirtualBox

Changeset 67152 in vbox for trunk


Ignore:
Timestamp:
May 31, 2017 8:18:53 AM (8 years ago)
Author:
vboxsync
Message:

vsheriff: teach about "driver not compilable" on Linux hosts

File:
1 edited

Legend:

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

    r66820 r67152  
    373373        aidFailureReasons = [
    374374            self.getFailureReason(self.ktReason_Host_DriverNotUnloading).idFailureReason,
     375            self.getFailureReason(self.ktReason_Host_DriverNotCompilable).idFailureReason,
    375376        ];
    376377
     
    466467    ktReason_Host_DriverNotLoaded                      = ( 'Host',              'Driver not loaded' );
    467468    ktReason_Host_DriverNotUnloading                   = ( 'Host',              'Driver not unloading' );
     469    ktReason_Host_DriverNotCompilable                  = ( 'Host',              'Driver not compilable' );
    468470    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
    469471    ktReason_Host_LeftoverService                      = ( 'Host',              'Leftover service' );
     
    663665            ( True, ktReason_Host_DriverNotUnloading,
    664666              'Can\'t remove kext org.virtualbox.kext.VBoxDrv; services failed to terminate - 0xe00002c7' ),
     667        ],
     668        'linux': [
     669            # ( Whether to stop on hit, reason tuple, needle text. )
     670            ( True, ktReason_Host_DriverNotCompilable,
     671              'This system is not currently set up to build kernel modules' ),
     672            ( True, ktReason_Host_DriverNotCompilable,
     673              'This system is currently not set up to build kernel modules' ),
    665674        ],
    666675    };
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