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 [details] 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.