VirtualBox

Changeset 70797 in vbox


Ignore:
Timestamp:
Jan 29, 2018 6:04:20 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/serial/tdSerial1: Add loopback module for TCP/named pipe modes to relay sent data back to the guest. Named pipe support for Windows is missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/serial/loopback.py

    r70796 r70797  
    170170            self.oThread.start();
    171171        elif sType == g_ksLoopbackNamedPipeServ:
    172             self.oIoPumper = SerialLoopbackNamedPipeServ(sLocation, 0.5);
     172            self.oIoPumper = SerialLoopbackNamedPipeServ(sLocation, 0.5); # pylint: disable=R0204
    173173            self.oThread.start();
    174174
     
    182182                self.oIoPumper = SerialLoopbackTcpClient(self.sLocation, 0.5);
    183183            elif self.sType == g_ksLoopbackNamedPipeClient:
    184                 self.oIoPumper = SerialLoopbackNamedPipeClient(self.sLocation, 0.5);
     184                self.oIoPumper = SerialLoopbackNamedPipeClient(self.sLocation, 0.5); # pylint: disable=R0204
    185185        except:
    186186            fRc = False;
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