]> git.baikalelectronics.ru Git - kernel.git/commit
tc-testing: Add new TdcResults module
authorLucas Bates <lucasb@mojatatu.com>
Thu, 6 Dec 2018 22:42:25 +0000 (17:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 8 Dec 2018 00:39:03 +0000 (16:39 -0800)
commit990bda8ae9e4cf3385ace3b4a2c4771909111305
tree463d09627de04c30c38c90546166b699dd41b3f7
parent6fc3dc0290d70ccca3be3b0eb5db173ca5411d36
tc-testing: Add new TdcResults module

This module includes new classes for tdc to use in keeping track
of test case results, instead of generating and tracking a lengthy
string.

The new module can be extended to support multiple formal
test result formats to be friendlier to automation.

Signed-off-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/tc-testing/TdcResults.py [new file with mode: 0644]