summaryrefslogtreecommitdiffstats
path: root/debian/tests/gui
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebian/tests/gui9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/tests/gui b/debian/tests/gui
new file mode 100755
index 0000000..38ad706
--- /dev/null
+++ b/debian/tests/gui
@@ -0,0 +1,9 @@
+#!/bin/sh
+# autopkgtest check: Run wireshark GUI to see basic functionality working
+# Author: Balint Reczey <balint@balintreczey.hu>
+
+set -e
+
+xvfb-run --auto-servernum -s '-screen 0 1920x1080x24 +extension GLX' wireshark -Xlua_script:debian/tests/frame-count.lua test/captures/dhcp.pcap 2>&1
+
+echo "run: OK"