tcpdump01: New test

Update #4650.
This commit is contained in:
Sebastian Huber
2022-05-10 14:01:44 +02:00
parent 38e1610af2
commit 544ba25fb2
2 changed files with 293 additions and 0 deletions

View File

@@ -5467,6 +5467,7 @@ class tests(builder.Module):
self.addTest(mm.generator['test']('ipsec01', ['test_main']))
self.addTest(mm.generator['test']('openssl01', ['test_main']))
self.addTest(mm.generator['test']('openssl02', ['test_main']))
self.addTest(mm.generator['test']('tcpdump01', ['test_main']))
def load(mm):