Functions
make_test_output Namespace Reference

Functions

def genxml (tests)
 
def readtests (basedir)
 

Detailed Description

Gathers output from test runs and create an XML file in JUnit format.

The output files from the individual tests have been written in a directory
structure like:

  $DIR/joblog  (output from "parallel --joblog joblog")
  $DIR/logs/1/cpp/stdout
  $DIR/logs/1/cpp/stderr
  $DIR/logs/1/csharp/stdout
  $DIR/logs/1/csharp/stderr
  $DIR/logs/1/java_jdk7/stdout
  $DIR/logs/1/java_jdk7/stderr
  etc.

This script bundles them into a single output XML file so Jenkins can show
detailed test results.  It runs as the last step before the Jenkins build
finishes.

Function Documentation

◆ genxml()

def make_test_output.genxml (   tests)

Definition at line 73 of file make_test_output.py.

◆ readtests()

def make_test_output.readtests (   basedir)

Definition at line 26 of file make_test_output.py.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11