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

Method close

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

Source from the content-addressed store, hash-verified

79 self.rx_packets()
80
81 def close(self):
82 self.stop_running = True
83 threading.Thread.join(self)
84 self.sock.close()
85 return self.rx_pkts
86
87
88class TestPuntSocket(VppTestCase):

Callers 15

mainFunction · 0.80
show_progressFunction · 0.80
test_runner_wrapperFunction · 0.80
close_pipesMethod · 0.80
stdouterr_reader_wrapperFunction · 0.80
tearDownClassMethod · 0.80
tearDownClassMethod · 0.80
quitMethod · 0.80
tearDownClassMethod · 0.80
socket_client_closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected