t;> To: Pascal Bach ; yocto@yoctoproject.org;
>> Christian Schuler ; Esquivel, Benjamin
>>
>> Subject: Re: [yocto] [ptest-runner][PATCH] feat: generate xml-file
>>
>> Hi Pascal and Christian,
>>
>> Your patch looks good at first look, only a few comments
[yocto] [ptest-runner][PATCH] feat: generate xml-file
>
> Hi Pascal and Christian,
>
> Your patch looks good at first look, only a few comments about the code
> inline.
>
> We are trying to standardize the results output format across our testing
> components in order to
Hi Pascal and Christian,
Your patch looks good at first look, only a few comments about the code
inline.
We are trying to standardize the results output format across our
testing components in order to build up-on a Test reporting tool, so let
us review the XML format.
Benjamin do you have a wik
From: Christian Schuler
add a feature that allows the user to generate an XUnit xml-file.
This file shows if the ptests run correctly or not. e.g. bash, zlib.
It doesn't list the underlaying tests of the package.
The feature is activated by console input -x .
Unit-tests of the feature are include