VirtualBox

Ignore:
Timestamp:
Jun 22, 2020 11:13:24 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddGuestCtrl.py: More verbose logging for testGuestCtrlCopyFrom() to track down timeouts within those tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r84863 r84895  
    47394739        """
    47404740
     4741        reporter.log2('Entered');
     4742
    47414743        #
    47424744        # Paths.
     
    47684770                return reporter.errorXcpt('os.mkdir(%s)' % (sScratchHst, ));
    47694771
     4772        reporter.log2('Creating host sub dirs ...');
     4773
    47704774        for sSubDir in (sScratchDstDir1Hst, sScratchDstDir2Hst, sScratchDstDir3Hst):
    47714775            try:
     
    47734777            except:
    47744778                return reporter.errorXcpt('os.mkdir(%s)' % (sSubDir, ));
     4779
     4780                reporter.log2('Defining tests ...');
    47754781
    47764782        #
     
    48794885            ]);
    48804886
     4887        reporter.log2('Executing tests ...');
     4888
    48814889        #
    48824890        # Execute the tests.
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