diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-05-22 19:19:56 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2017-05-25 15:32:21 +0800 |
commit | 8fd28cfeaca4ac29f4357c51eb0c0374d0d0a409 (patch) | |
tree | 88b646af98e564139a5b74d08489f8efe1481e89 /utils/parser.py | |
parent | 95748aca5de2e906b0f555e7dbf3829e397d6415 (diff) |
Add reporting to MongoDB
JIRA: BOTTLENECK-158
Add reporting function to community MongoDB
Change-Id: Idebc191b20ad238dbdd129ce38131b79e7133e35
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'utils/parser.py')
-rw-r--r-- | utils/parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/parser.py b/utils/parser.py index 48f705b0..ad141acb 100644 --- a/utils/parser.py +++ b/utils/parser.py @@ -49,7 +49,7 @@ class Parser(): cls.test_dir, testcase, 'testsuite_story', - story_name) + story_name + '.yaml') with open(story_dir) as file: story_parser = yaml.load(file) for case_name in story_parser['testcase']: |