Changeset 80792 in vbox
- Timestamp:
- Sep 15, 2019 11:25:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py
r80791 r80792 838 838 ( True, ktReason_Host_DriverNotUnloading, 'can\'t unload the module: Device busy' ), 839 839 ( True, ktReason_Host_DriverNotUnloading, 'Unloading: Host module ...FAILED!' ), 840 ( True, ktReason_Host_DriverNotUnloading, 'Unloading: NetFilter (Crossbow) module ...FAILED!' ), 840 841 ( True, ktReason_Host_InstallationFailed, 'svcadm: Couldn\'t bind to svc.configd.' ), 841 842 ( True, ktReason_Host_InstallationFailed, 'pkgadd: ERROR: postinstall script did not complete successfully' ), … … 851 852 an uninstall first and will be seeing similar issues to the uninstall. 852 853 """ 854 self.dprint(u'%s + %s <<\n%s\n<<' % (oFailedResult.tsCreated, oFailedResult.tsElapsed, sResultLog,)); 853 855 854 856 if fInstall and oFailedResult.enmStatus == TestSetData.ksTestStatus_TimedOut:
Note:
See TracChangeset
for help on using the changeset viewer.