tests: add test script for pySim-trace

pySim-trace has no test coverage yet. Let's use a script to run a
GSAMTAP pcacp through it and check that no exceptions are raised.

Related: OS#6094
Change-Id: Icfabfa7c59968021eef0399991bd05b92467d8d2
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 0309877..3e02546 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -22,6 +22,7 @@
 	. venv/bin/activate
 
 	pip install -r requirements.txt
+	pip install pyshark
 
 	# Execute automatically discovered unit tests first
 	python -m unittest discover -v -s tests/
@@ -29,6 +30,7 @@
 	# Run the test with physical cards
 	cd pysim-testdata
 	../tests/pysim-test.sh
+	../tests/pySim-trace_test.sh
 	;;
 "pylint")
 	# Print pylint version