mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-21 18:46:28 +00:00
Move to local TCP instead of IPC.
This commit is contained in:
parent
8f47ea6a07
commit
5e2e37d88f
1 changed files with 1 additions and 0 deletions
1
tests.py
1
tests.py
|
|
@ -187,6 +187,7 @@ class TestMethods(unittest.TestCase):
|
|||
except KeyError:
|
||||
result[flow.application_name] = flow.total_bytes
|
||||
self.assertEqual(result, ground_truth_ndpi[test_case_name])
|
||||
del streamer_test
|
||||
print('PASS.')
|
||||
|
||||
def test_expiration_management(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue