summaryrefslogtreecommitdiffstats
path: root/utils/parser.py
diff options
context:
space:
mode:
authoryuyang <Gabriel.yuyang@huawei.com>2017-05-22 19:19:56 +0800
committerYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2017-06-05 02:41:29 +0000
commit1dbf2fafe88c6862aa7d89c2a6fad6709f13367f (patch)
tree88b646af98e564139a5b74d08489f8efe1481e89 /utils/parser.py
parentf403b2e211d65e5117a5fa03a6ae8c8f3a2e4df9 (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> (cherry picked from commit 8fd28cfeaca4ac29f4357c51eb0c0374d0d0a409)
Diffstat (limited to 'utils/parser.py')
-rw-r--r--utils/parser.py2
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']: