aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_dissectors
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite_dissectors')
-rw-r--r--test/suite_dissectors/dissectorstest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite_dissectors/dissectorstest.py b/test/suite_dissectors/dissectorstest.py
index 7c799d8795..d2227ed9e1 100644
--- a/test/suite_dissectors/dissectorstest.py
+++ b/test/suite_dissectors/dissectorstest.py
@@ -72,14 +72,14 @@ class _dissection_validator_real:
f.write("0 {}\n".format(hex_string))
# generate our pcap file by feeding the messages to text2pcap
- self.test_case.runProcess((
+ self.test_case.assertRun((
self.cmd_text2pcap,
'-u', '1234,1234',
text_file, pcap_file
))
# generate our dissection from our pcap file
- tshark_proc = self.test_case.runProcess((
+ tshark_proc = self.test_case.assertRun((
self.cmd_tshark,
'-r', pcap_file,
'-T', 'json',