Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
class
TestPuntSocket(VppTestCase):
Callers
15
main
Function · 0.80
show_progress
Function · 0.80
test_runner_wrapper
Function · 0.80
close_pipes
Method · 0.80
stdouterr_reader_wrapper
Function · 0.80
tearDownClass
Method · 0.80
tearDownClass
Method · 0.80
quit
Method · 0.80
tearDownClass
Method · 0.80
_wait_for_file_inotify
Method · 0.80
socket_client_close
Method · 0.80
test_punt_socket_traffic_multi_ports_multi_sockets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected