(self)
| 132 | return thread |
| 133 | |
| 134 | def socket_client_close(self): |
| 135 | rx_pkts = [] |
| 136 | for thread in self.sock_servers: |
| 137 | rx_pkts += thread.close() |
| 138 | return rx_pkts |
| 139 | |
| 140 | def verify_port(self, pr, vpr): |
| 141 | self.assertEqual(vpr.punt.type, pr["type"]) |
no test coverage detected