aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-11-02 17:16:21 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-11-28 17:15:34 +0100
commit0b512ba1b90f27d995a4ce22660f7e9ee34b6ec9 (patch)
treeab0eca7cad9d0a1ece2f4af66bff6db82d126bcf
parent6fa619923789a9169a15291047928510ef34d499 (diff)
OsmoGSMTester: Improve Trial section content
-rw-r--r--doc/manuals/chapters/trial.adoc11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/manuals/chapters/trial.adoc b/doc/manuals/chapters/trial.adoc
index 86bf12b..bc9fe05 100644
--- a/doc/manuals/chapters/trial.adoc
+++ b/doc/manuals/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.