VirtualBox

Changeset 70762 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jan 28, 2018 8:21:06 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/testdriver/vboxwrappers.py: Fix for enableing the serial port

File:
1 edited

Legend:

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

    r70738 r70762  
    23772377        """
    23782378        try:
    2379             oPort = self.o.machine.GetSerialPort(iSerialPort);
     2379            oPort = self.o.machine.getSerialPort(iSerialPort);
    23802380        except:
    23812381            fRc = reporter.errorXcpt('failed to get serial port #%u' % (iSerialPort,));
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