Bugfix:can not run a test suite if not under yardstick root path 15/26815/3
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 10 Jan 2017 08:01:41 +0000 (08:01 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Sat, 14 Jan 2017 10:02:56 +0000 (10:02 +0000)
commit65e1ffbabbbfafd03de817e1c4606e5e0382b98d
tree858a7afad9b3207c24082f37362d0fa803ac9916
parentf036e9898a69f5041f9cde02e3652c29e2de1643
Bugfix:can not run a test suite if not under yardstick root path

JIRA: YARDSTICK-530

Currently we can not run a test suite if we are not in yardstick root
path.
The reason is that the file in test suite config file use relative path.
So I change it to absolute path when run.

Change-Id: I62758bc67f466ac794d339b597562b3be05574fb
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
tests/unit/benchmark/core/test_task.py
yardstick/benchmark/core/task.py