aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/tc-testing/TdcResults.py
AgeCommit message (Collapse)AuthorFilesLines
2018-12-07tc-testing: Add new TdcResults moduleLucas Bates1-0/+132
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>