After playing with autotest for awhile, I felt the need to have subcommands so I can find stuff and take advantage of my laziness in typing.
This is what I implemented (more descriptions in the changelogs). My python isn't great, so feel free to provide suggestions and tips for better quality. I ran this by Lucas privately, he seemed to be ok with it. Hopefully, he still feels that way after reviewing my patches. Let me know if people hate this approach or have ideas on how to make it better. The problem I am trying to solve is making it easier for developers to use locally (outside automation scripts). Any feedback would be great. Thanks, Don Don Zickus (3): Add new command parser framework command parser: add command list command parser: add command run client/bin/autotest | 7 ++- client/bin/cmdparser.py | 147 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 153 insertions(+), 1 deletions(-) create mode 100644 client/bin/cmdparser.py -- 1.7.6.4 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
