* move some scheduler config options into a separate module, scheduler_config
* add a little embedded HTTP server to the scheduler, defined in status_server.py, running in a separate thread.  this displays loaded config values and allows reloading of those config values at runtime.  in the future we can extend this to do much more.
* make global_config handles empty values as nonexistent values by default.  otherwise, we would have to both pass a default= and check for value == '' separately.  Now, we just pass default= and it's all taken care of.

Signed-off-by: Steve Howard <showard@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2608 592f7852-d20e-0410-864c-8624ca9c26a4
7 files changed