Remove os environment in driver.py so that it can be called by restful server 81/20281/3
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Sun, 4 Sep 2016 02:03:03 +0000 (10:03 +0800)
committerzhifeng jiang <jiang.zhifeng@zte.com.cn>
Thu, 8 Sep 2016 11:23:35 +0000 (11:23 +0000)
commit6612d7c20e329cd5b133a41a6b35c67539f3369b
tree9d977adb46d347b980b0f49756e5607907d346fe
parentcf0b4338abd0dc4f8a835440db7c662a37e92911
Remove os environment in driver.py so that it can be called by restful server

modification:
   Change os environments to parameters in driver.py
   Pass the parameters in cli.py and arg_handler.py

JIRA:QTIP-97

Change-Id: Id67acb7e0ac46fa9e0e32481e947055b6d37dd95
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
func/args_handler.py
func/cli.py
func/driver.py
tests/args_handler_test.py
tests/cli_test.py
tests/driver_test.py