https://bugs.dpdk.org/show_bug.cgi?id=1359 Bug ID: 1359 Summary: DTS: Fix interactive session Connection refused error Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: major Priority: Normal Component: dts Assignee: dev@dpdk.org Reporter: juraj.linkes@pantheon.tech CC: juraj.linkes@pantheon.tech, probb@iol.unh.edu Target Milestone: --- Created attachment 269 --> https://bugs.dpdk.org/attachment.cgi?id=269&action=edit DTS log with docstring spacing removed When sending the class QuittableXMLRPCServer with an extended docstring, we're hitting a ConnectionRefusedError when the client tries to connect to the server. The extended docstring contains the same string that the method connecting to the server expects and this is likely what causes the error. -- You are receiving this mail because: You are the assignee for the bug.