VirtualBox

Ignore:
Timestamp:
May 17, 2024 8:05:02 AM (8 months ago)
Author:
vboxsync
Message:

ValidationKit/tdAddGuestCtrl: Bugfixes for automatic Guest Additions installation tests.

File:
1 edited

Legend:

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

    r103238 r104694  
    56565656                                                                    self.oTstDrv, "gctrlUpGA");
    56575657                    oWrapperProgress.wait();
    5658                     if not oWrapperProgress.isSuccess():
    5659                         oWrapperProgress.logResult(fIgnoreErrors = not oCurRes.fRc);
    5660                         fRc = False;
     5658                    assert oWrapperProgress.isCompleted();
     5659                    fRc = oWrapperProgress.isSuccess();
     5660                    if not fRc:
     5661                        oWrapperProgress.logResult(fIgnoreErrors = True);
    56615662                else:
    56625663                    fRc = reporter.error('No progress object returned');
     
    56705671                    pass;
    56715672            else:
    5672                 fRc = reporter.error('Test #%d failed: Got %s, expected %s' % (i, fRc, oCurRes.fRc));
    5673                 break;
    5674 
    5675         return (fRc, oTxsSession);
     5673                reporter.error('Test #%d failed: Got %s, expected %s' % (i, fRc, oCurRes.fRc));
     5674
     5675        return (True, oTxsSession); # Always return True here; errors are counted via the reporter.
    56765676
    56775677    def checkScreenShot(self, iWidth, iHeight, aRGBData):      # pylint: disable=unused-argument
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