aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2018-10-18 16:53:33 +0200
committerMichael Mann <mmann78@netscape.net>2018-10-21 23:29:09 +0000
commitaa038336ce55f84022a613c29e52f85d90eeeb32 (patch)
treeaaf133eac43a1d3c33db835e43f42b0eb76ab30d /test
parentaf55deabbc8fd3fdcd2752dae3ce5b5dd60b6b0e (diff)
ntp: change root delay and dispersion to integer for fixed precision.
dfilter/group_double tests have been removed and need to be replaced by leveraging another protocol. Bug: 15049 Change-Id: I354a27a5217336ee5c9b1d021a2d3226e3532eec Reviewed-on: https://code.wireshark.org/review/29035 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'test')
-rw-r--r--test/suite_dfilter/group_double.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/suite_dfilter/group_double.py b/test/suite_dfilter/group_double.py
index e9497db9f0..c5e8676290 100644
--- a/test/suite_dfilter/group_double.py
+++ b/test/suite_dfilter/group_double.py
@@ -2,8 +2,11 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later
+import unittest
+
from suite_dfilter import dfiltertest
+@unittest.skip("Need to find a replacement to NTP for those tests")
class case_double(dfiltertest.DFTestCase):
trace_file = "ntp.pcap"