162306a36Sopenharmony_citc Testing Suite To-Do list:
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci- Determine what tc features are supported in the kernel. If features are not
462306a36Sopenharmony_ci  present, prevent the related categories from running.
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci- Add support for multiple versions of tc to run successively
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci- Improve error messages when tdc aborts its run.  Partially done - still
962306a36Sopenharmony_ci  need to better handle problems in pre- and post-suite.
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci- Use python logger module for debug/verbose output
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci- Allow tdc to write its results to file.
1462306a36Sopenharmony_ci  Maybe use python logger module for this too.
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci- A better implementation of the "hooks".  Currently, every plugin
1762306a36Sopenharmony_ci  will attempt to run a function at every hook point.  Could be
1862306a36Sopenharmony_ci  changed so that plugin __init__ methods will register functions to
1962306a36Sopenharmony_ci  be run in the various predefined times.  Then if a plugin does not
2062306a36Sopenharmony_ci  require action at a specific point, no penalty will be paid for
2162306a36Sopenharmony_ci  trying to run a function that will do nothing.
2262306a36Sopenharmony_ci
2362306a36Sopenharmony_ci- Proper exception handling - make an exception class and use it
2462306a36Sopenharmony_ci
2562306a36Sopenharmony_ci- a TestCase class, for easier testcase handling, searching, comparison
2662306a36Sopenharmony_ci
2762306a36Sopenharmony_ci- a TestSuite class
2862306a36Sopenharmony_ci  and a way to configure a test suite,
2962306a36Sopenharmony_ci  to automate running multiple "test suites" with different requirements
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ci- super simple test case example using ls, touch, etc
32