diff options
author | hongbo tian <hongbo.tianhongbo@huawei.com> | 2016-10-08 02:43:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-08 02:43:57 +0000 |
commit | bee8604246520fc40c1b3187dd2fde1896f64f35 (patch) | |
tree | ac83d0287ebce2c865ea2900b3bf8b09367e2c19 /scripts/report.py | |
parent | f8a61f8841cc96f06efe31e439b3b185ecb07280 (diff) | |
parent | 39942dc9c5bc152a6ed20534755cc0dc38d85ede (diff) |
Merge "Use template to unify commands in functest/yardstick"
Diffstat (limited to 'scripts/report.py')
-rw-r--r-- | scripts/report.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/report.py b/scripts/report.py index d92929f2..42ec0df0 100644 --- a/scripts/report.py +++ b/scripts/report.py @@ -13,11 +13,11 @@ import re import utils.dovetail_logger as dt_logger import utils.dovetail_utils as dt_utils -logger = dt_logger.Logger('report.py').getLogger() - from conf.dovetail_config import * from testcase import * +logger = dt_logger.Logger('report.py').getLogger() + def get_pass_str(passed): if passed: return 'PASS' |