VirtualBox

Changeset 100124 in vbox


Ignore:
Timestamp:
Jun 8, 2023 2:35:52 PM (18 months ago)
Author:
vboxsync
Message:

testdriver/txsclient.py, check if taskVer return UNKNOWN, likely txs is too old, ignore (noticed in usb test logs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/txsclient.py

    r98655 r100124  
    735735                    if sVer is not None:
    736736                        rc = sVer;
     737                elif sOpcode == "UNKNOWN":
     738                    reporter.log(self.fErr, 'taskVer got a UNKNOWN, txs server is probably too old, just ignore')
    737739                else:
    738740                    reporter.maybeErr(self.fErr, 'taskVer got a bad reply: %s' % (sOpcode,));
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