aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_clopts.py
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-04-14 20:42:33 +0200
committerPeter Wu <peter@lekensteyn.nl>2019-04-15 21:08:15 +0000
commit7aa48b30995ed0b145cd8df8ff69df8b2bb1fe0e (patch)
tree1a0719fdd4e0f028d2a442e7179e691f38483db2 /test/suite_clopts.py
parentc9637e8ee8d5b904114c18da2f8488ee7781c077 (diff)
test: run test_tshark_extcap_interfaces with capture support only.
Fix tests without pcap. Change-Id: Ib3057d072bd8ced3d1c04b862f6fd7cc07400aa8 Reviewed-on: https://code.wireshark.org/review/32837 Reviewed-by: Dario Lombardo <lomato@gmail.com> Tested-by: Dario Lombardo <lomato@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'test/suite_clopts.py')
-rw-r--r--test/suite_clopts.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite_clopts.py b/test/suite_clopts.py
index 466ab62ea9..d33143b04e 100644
--- a/test/suite_clopts.py
+++ b/test/suite_clopts.py
@@ -286,7 +286,8 @@ class case_tshark_z_expert(subprocesstest.SubprocessTestCase):
@fixtures.mark_usefixtures('test_env')
@fixtures.uses_fixtures
class case_tshark_extcap(subprocesstest.SubprocessTestCase):
- def test_tshark_extcap_interfaces(self, cmd_tshark, program_path):
+ # dumpcap dependency has been added to run this test only with capture support
+ def test_tshark_extcap_interfaces(self, cmd_tshark, cmd_dumpcap, program_path):
# Script extcaps don't work with the current code on windows.
# https://www.wireshark.org/docs/wsdg_html_chunked/ChCaptureExtcap.html
# TODO: skip this test until it will get fixed.