Home
last modified time | relevance | path

Searched refs:check_connections (Results 1 – 1 of 1) sorted by relevance

/unit/test/
H A Dtest_status.py12 def check_connections(accepted, active, idle, closed): function
116 check_connections(1, 0, 0, 1)
126 check_connections(2, 0, 1, 1)
129 check_connections(2, 0, 0, 2)
143 check_connections(3, 1, 0, 2)
146 check_connections(3, 0, 0, 3)
241 check_connections(2, 0, 0, 2)