VirtualBox

Ignore:
Timestamp:
Sep 15, 2019 11:15:14 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133358
Message:

vsheriff: Solaris stuck driver detection.

File:
1 edited

Legend:

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

    r80789 r80791  
    836836        'solaris': [
    837837            # ( Whether to stop on hit, reason tuple, needle text. )
     838            ( True, ktReason_Host_DriverNotUnloading, 'can\'t unload the module: Device busy' ),
     839            ( True, ktReason_Host_DriverNotUnloading, 'Unloading: Host module ...FAILED!' ),
    838840            ( True, ktReason_Host_InstallationFailed, 'svcadm: Couldn\'t bind to svc.configd.' ),
    839841            ( True, ktReason_Host_InstallationFailed, 'pkgadd: ERROR: postinstall script did not complete successfully' ),
    840             ( True, ktReason_Host_DriverNotUnloading, 'can\'t unload the module: Device busy' ),
    841             ( True, ktReason_Host_DriverNotUnloading, 'Unloading: Host module ...FAILED!' ),
    842842        ],
    843843    };
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette