On Tue, 2012-04-10 at 15:08 +0200, Matěj Cepl wrote:
> Hi,
> 
> I have created Python modules YAMLish 
> (http://pypi.python.org/pypi/yamlish; for generating and parsing YAMLish 
> format http://testanything.org/wiki/index.php/YAMLish) and Bayeux 
> (interface for generating TAP stream programmatically; 
> https://gitorious.org/bayeux/bayeux).

Those will be very important to make autotest to be able to consume TAP
results. To consume TAP is an open issue in the autotest database:

https://github.com/autotest/autotest/issues/23

Meaning that your work with yamlish and bayeux will help us close this
issue for good, thank you very much for your work on that!

> The latter contains an example script generate_TAP.py which processes 
> JSON results of piglit testsuite (http://cgit.freedesktop.org/piglit/) 
> and generates TAP stream from it (it is included for testing in the 
> bayeux repository itself ... 
> https://gitorious.org/bayeux/bayeux/blobs/master/test/data/results.tap).
> 
> Could somebody confirm to me that it is a correct TAP stream which can 
> be imported to the autotest server?

By a visual inspection of the tap file, it looks valid, but I need to
test with a tap parser to confirm it.

> Thanks for any help,
> 
> Matěj


_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to