Taskbot: TAP vs Subunit

Lucas Meneghel Rodrigues lmr at redhat.com
Thu Oct 31 17:42:03 UTC 2013


On 10/31/2013 02:27 PM, Josef Skladanka wrote:
> Lucas,
>
> do you use any library for producing TAP format?

No, at least not in the sense of an external project. Producing TAP in 
the client is an autotest specific implementation. It is the TAPReport() 
object defined in:

https://github.com/autotest/autotest/blob/master/client/shared/base_job.py#L682

> Also, do you have any TAP parser, or do you just emit it?

Currently, autotest only outputs TAP, there's no parser available.

Cleber from my time was evaluating writing one, but we didn't go forward 
with it.

Matěj Cepl, also a Red Hat employee, implemented one parser at some 
point, but I think he felt discouraged because people did not give 
feedback to him (he did ask, though). I for one am also guilty of not 
following up with his work. He used to have it on his github account, 
but I can't seem to find it.

https://github.com/mcepl?tab=repositories

> I was looking for something in Python, but all I got is either outdated, or non-complete.

I wish we had a better answer to give you, but unfortunately we don't.



More information about the qa-devel mailing list