Changeset 93793 in vbox
- Timestamp:
- Feb 16, 2022 2:33:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r93719 r93793 188 188 # Log session status changes. 189 189 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)' \ 191 191 % (sName, self.oGuestSession.status)); 192 192 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. 193 195 reporter.error('Session "%s" successfully started (thru status change)' % (sName,)); 194 196 break;
Note:
See TracChangeset
for help on using the changeset viewer.