OsmoGSMTester: Improve Trial section content

Change-Id: I8d74b02166ea33ad9ab7f987894f4f02064fbebc
This commit is contained in:
Pau Espin 2017-11-02 17:16:21 +01:00 committed by Neels Hofmeyr
parent 6fa6199237
commit 0b512ba1b9
1 changed files with 10 additions and 1 deletions

View File

@ -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.