On Wed, 2011-04-20 at 04:26 -0400, Kamil Paral wrote:
Just out of curiosity, AMD just open-sourced a tool called Tapper. It should be able to automatically set up computer, execute tests and evaluate them via web environment. Sounds pretty similar to what we use.
TAP stands for Test Anything Protocol
http://en.wikipedia.org/wiki/Test_Anything_Protocol
And their testing tool writes TAP reports. A guy from AMD contributed TAP support for autotest, so yes, we also have TAP :) (well, not available on 0.12, but 0.13 will have it)!
Cheers!