VirtualBox

Ignore:
Timestamp:
Feb 8, 2022 6:41:40 PM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Log status changes (as error) when waiting to start for a guest session (most certainly a bug, needs investigation) [pylint].

File:
1 edited

Legend:

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

    r93663 r93664  
    199199                    # therefore return WaitFlagNotSupported.
    200200                    #
    201                     if waitResult not in (vboxcon.GuestSessionWaitResult_Start, vboxcon.GuestSessionWaitResult_WaitFlagNotSupported):
     201                    if waitResult not in (vboxcon.GuestSessionWaitResult_Start, \
     202                                          vboxcon.GuestSessionWaitResult_WaitFlagNotSupported):
    202203                        # Just log, don't assume an error here (will be done in the main loop then).
    203                         reporter.maybeErr(fIsError, 'Session did not start successfully, returned wait result: %d' % (waitResult,));
     204                        reporter.maybeErr(fIsError, 'Session did not start successfully, returned wait result: %d' \
     205                                          % (waitResult,));
    204206                        return (False, None);
    205207                    reporter.log('Session "%s" successfully started' % (sName,));
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