On 11/04/2011 07:01 PM, Don Zickus wrote: > 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.
Ok, I've started reading the patches, next week I'll let you know of my findings. Thank you! > 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 > _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
