#171 xunit: result string contains colons
Opened by msrb. Modified

http://artifacts.dev.testing-farm.io/41bbc234-8316-4036-b2c5-2a6a98742ec9/results.xml

test results contain colons (<testcase name="11" result="PASS:">). Looks like some parsing issue somewhere?


Metadata Update from @msrb:
- Issue tagged with: Testing Farm, bug

I actually don't know if this is a problem in TF, or maybe in STI (?)

interesting

Metadata Update from @mvadkert:
- Issue assigned to mvadkert

fuj, it looks very weird :(

<testcase name="11" result="PASS:">

etc.

I guess it will be our STI parsing, ideally all STI tests should generate results.yml, will need to take closer look here :(

I guess it will be our STI parsing, ideally all STI tests should generate results.yml, will need to take closer look here :(

Ideally they should generate results.yml, this is done on roles shipped as part of STR. Although, any test can define their own roles, and not always create results.yml.

Yeah, will need to fix the code for this use case seems

Metadata