aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite_extcaps.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite_extcaps.py')
-rw-r--r--test/suite_extcaps.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/suite_extcaps.py b/test/suite_extcaps.py
index 59132869ce..38217bd928 100644
--- a/test/suite_extcaps.py
+++ b/test/suite_extcaps.py
@@ -83,6 +83,10 @@ class case_extcaps(subprocesstest.SubprocessTestCase):
''' extcap interface tests for sshdump '''
check_extcap_execution("sshdump")
+ def test_wifidump(self, check_extcap_execution):
+ ''' extcap interface tests for wifidump '''
+ check_extcap_execution("wifidump")
+
def test_udpdump(self, check_extcap_execution):
''' extcap interface tests for udpdump '''
check_extcap_execution("udpdump")