Move to local TCP instead of IPC.

This commit is contained in:
aouinizied 2019-12-08 07:21:58 +01:00
parent 8f47ea6a07
commit 5e2e37d88f

View file

@ -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):