]> git.proxmox.com Git - mirror_ubuntu-disco-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)
commitdfe465d33e7fce145746d836ddb31f0e27f28e28
tree463d09627de04c30c38c90546166b699dd41b3f7
parentd37e56df23f9e5916f95b60388c3f179c53c7102
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]