MCPcopy Create free account
hub / github.com/FDio/vpp / socket_client_close

Method socket_client_close

test/test_punt.py:134–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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"])

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected