VirtualBox

Ignore:
Timestamp:
Sep 15, 2019 10:59:26 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133356
Message:

vsheriff: Solaris stuck driver detection.

File:
1 edited

Legend:

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

    r80235 r80789  
    836836        'solaris': [
    837837            # ( Whether to stop on hit, reason tuple, needle text. )
    838             ( True, ktReason_Host_InstallationFailed,
    839               'svcadm: Couldn\'t bind to svc.configd.' ),
    840             ( True, ktReason_Host_InstallationFailed,
    841               'pkgadd: ERROR: postinstall script did not complete successfully' ),
    842             ( True, ktReason_Host_DriverNotUnloading,
    843               'can\'t unload the module: Device busy' ),
     838            ( True, ktReason_Host_InstallationFailed, 'svcadm: Couldn\'t bind to svc.configd.' ),
     839            ( 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!' ),
    844842        ],
    845843    };
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