VirtualBox

Changeset 61330 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 31, 2016 12:37:42 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107625
Message:

testboxcontroller.py,vbox.py: accept 'log/guest/kernel' logs. Drop the '/failure|success' suffix from the type.

Location:
trunk/src/VBox/ValidationKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r61329 r61330  
    26232623        # Add the guest OS log if it has been requested and taken successfully.
    26242624        if sOsKernelLog is not None:
    2625             if reporter.testErrorCount() > 0:
    2626                 reporter.addLogString(sOsKernelLog, 'kern.log', 'log/guest/kernel/failure', 'Guest OS kernel log');
    2627             else:
    2628                 reporter.addLogString(sOsKernelLog, 'kern.log', 'log/guest/kernel/success', 'Guest OS kernel log');
     2625            reporter.addLogString(sOsKernelLog, 'kernel.log', 'log/guest/kernel', 'Guest OS kernel log');
    26292626
    26302627        return fRc;
  • trunk/src/VBox/ValidationKit/testmanager/core/testboxcontroller.py

    r61318 r61330  
    708708                          'log/installer',
    709709                          'log/uninstaller',
     710                          'log/guest/kernel',
    710711                          'crash/report/vm',
    711712                          'crash/dump/vm',
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