diff options
author | Brenda J. Butler <bjb@mojatatu.com> | 2018-02-14 22:09:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-15 23:38:33 +0300 |
commit | 95ce14c3fff87ee43366c8cf84790f2e72167633 (patch) | |
tree | 3eca54b960cd0efbd54fc314c7e8450abc8993ed /tools/testing/selftests/tc-testing/TODO.txt | |
parent | c25e4736867f73901de4fdb62c122ae2c6d91159 (diff) | |
download | linux-95ce14c3fff87ee43366c8cf84790f2e72167633.tar.xz |
tools: tc-testing: Update README and TODO
Signed-off-by: Brenda J. Butler <bjb@mojatatu.com>
Acked-by: Lucas Bates <lucasb@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/tc-testing/TODO.txt')
-rw-r--r-- | tools/testing/selftests/tc-testing/TODO.txt | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/tools/testing/selftests/tc-testing/TODO.txt b/tools/testing/selftests/tc-testing/TODO.txt index 6a266d811a78..c40698557e2f 100644 --- a/tools/testing/selftests/tc-testing/TODO.txt +++ b/tools/testing/selftests/tc-testing/TODO.txt @@ -5,6 +5,27 @@ tc Testing Suite To-Do list: - Add support for multiple versions of tc to run successively -- Improve error messages when tdc aborts its run +- Improve error messages when tdc aborts its run. Partially done - still + need to better handle problems in pre- and post-suite. -- Allow tdc to write its results to file +- Use python logger module for debug/verbose output + +- Allow tdc to write its results to file. + Maybe use python logger module for this too. + +- A better implementation of the "hooks". Currently, every plugin + will attempt to run a function at every hook point. Could be + changed so that plugin __init__ methods will register functions to + be run in the various predefined times. Then if a plugin does not + require action at a specific point, no penalty will be paid for + trying to run a function that will do nothing. + +- Proper exception handling - make an exception class and use it + +- a TestCase class, for easier testcase handling, searching, comparison + +- a TestSuite class + and a way to configure a test suite, + to automate running multiple "test suites" with different requirements + +- super simple test case example using ls, touch, etc |