VirtualBox

Changeset 77644 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 11, 2019 9:26:00 AM (6 years ago)
Author:
vboxsync
Message:

vsheriff: detect solaris host install failures and driver unload failures

File:
1 edited

Legend:

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

    r76625 r77644  
    778778              'Cannot unload module vboxdrv'),
    779779        ],
     780        'solaris': [
     781            # ( Whether to stop on hit, reason tuple, needle text. )
     782            ( True, ktReason_Host_InstallationFailed,
     783              'svcadm: Couldn\'t bind to svc.configd.' ),
     784            ( True, ktReason_Host_InstallationFailed,
     785              'pkgadd: ERROR: postinstall script did not complete successfully' ),
     786            ( True, ktReason_Host_DriverNotUnloading,
     787              'can\'t unload the module: Device busy' ),
     788        ],
    780789    };
    781790
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