aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-11-02 17:16:21 +0100
committerHarald Welte <laforge@gnumonks.org>2017-11-12 14:21:04 +0000
commit5c6f783d60704d7eb09240fbc51fff0bdb05aa38 (patch)
treeb490503e6d37dfed9ccc5547aef4960cf5d96e48
parent3fec854984527c7a60a403d997b947b23468f3f8 (diff)
OsmoGSMTester: Improve Trial section content
-rw-r--r--OsmoGSMTester/chapters/trial.adoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/OsmoGSMTester/chapters/trial.adoc b/OsmoGSMTester/chapters/trial.adoc
index 86bf12b..bc9fe05 100644
--- a/OsmoGSMTester/chapters/trial.adoc
+++ b/OsmoGSMTester/chapters/trial.adoc
@@ -18,5 +18,14 @@ will point at the most recently created run dir. This run dir will accumulate:
* the rendered configuration files used to run the binaries
* stdout and stderr outputs of the binaries
+* pcap files for processes doing relevant network communication
* a test log
-* *TODO*: jenkins parsable XML reports
+* jenkins parsable XML (Junit) reports
+
+The script in 'contrib/jenkins-run.sh' takes care of related tasks such as
+
+* creating the dir structure,
+* generating md5 sums for the various tar.gz containing software builds to be tested,
+* cleaning up after the build,
+* saving extra logs such as journalctl output from ofonod,
+* generating a final .tar.gz file with all the logs and reports.