Log_dir bug fix&Add function of test_ip init 77/28177/5
authorliyin <liyin11@huawei.com>
Tue, 7 Feb 2017 07:29:50 +0000 (15:29 +0800)
committerAce Lee <liyin11@huawei.com>
Thu, 9 Feb 2017 05:10:52 +0000 (05:10 +0000)
commit0a29e9ec59e21dc46db0497187cc9d0de0844b05
tree5222fd128df289fa3f6e56621c1a8af273e1eab3
parentfd7583e843493495e5e15f62b5f7d9ca484bf167
Log_dir bug fix&Add function of test_ip init

JIRA:BOTTLENECK-129

This patch fix the error of log_dir can't be found.
And change several thing:
1.Add if config don't have test_ip, it will use local:8888 as test ip.
2.Fix the bug in setup.py.
3.Add parser init to logger file.

Change-Id: I808c69e2b2ff3c04f271cc7f3e14e1ab406a4d1b
Signed-off-by: liyin <liyin11@huawei.com>
config/__init__.py [new file with mode: 0644]
setup.py
testsuites/posca/__init__.py
testsuites/posca/run_posca.py
testsuites/posca/testcase_script/posca_factor_system_bandwidth.py
utils/logger.py
utils/parser.py