Changeset 79199 in vbox for trunk/src/VBox/ValidationKit/tests/serial
- Timestamp:
- Jun 18, 2019 8:47:25 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/serial/tdSerial1.py
r79092 r79199 198 198 if fRc: 199 199 fRc = oSession.changeSerialPortAttachment(0, ePortMode, sLocation, fServer); 200 if fRc and (sMode in'TcpServ', 'NamedPipeServ',):200 if fRc and sMode in ('TcpServ', 'NamedPipeServ',): 201 201 self.sleep(2); # Fudge to allow the TCP server to get started. 202 202 fRc = self.oLoopback.connect();
Note:
See TracChangeset
for help on using the changeset viewer.