VirtualBox

Changeset 93793 in vbox


Ignore:
Timestamp:
Feb 16, 2022 2:33:03 PM (3 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: We indicate an error here, as we intentionally waited for the session start in the wait call above and got back a status change instead.

File:
1 edited

Legend:

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

    r93719 r93793  
    188188                    # Log session status changes.
    189189                    if waitResult is vboxcon.GuestSessionWaitResult_Status:
    190                         reporter.error('Session "%s" indicated status change (status is now %d)' \
     190                        reporter.log('Session "%s" indicated status change (status is now %d)' \
    191191                                     % (sName, self.oGuestSession.status));
    192192                        if self.oGuestSession.status is vboxcon.GuestSessionStatus_Started:
     193                            # We indicate an error here, as we intentionally waited for the session start
     194                            # in the wait call above and got back a status change instead.
    193195                            reporter.error('Session "%s" successfully started (thru status change)' % (sName,));
    194196                            break;
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