Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6200c67
)
Bugfix: fix the qtip restful server unit test problem.
89/24889/1
author
zhifeng.jiang
<jiang.zhifeng@zte.com.cn>
Fri, 25 Nov 2016 13:03:20 +0000
(21:03 +0800)
committer
zhifeng.jiang
<jiang.zhifeng@zte.com.cn>
Fri, 25 Nov 2016 13:03:20 +0000
(21:03 +0800)
JIRA:QTIP-158
Change-Id: I0ed1d3eb6959bb36615734ef757fa95560cb3baf
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
qtip/api/qtip_server.py
patch
|
blob
|
history
diff --git
a/qtip/api/qtip_server.py
b/qtip/api/qtip_server.py
index
9b9dd63
..
e2ee0d2
100644
(file)
--- a/
qtip/api/qtip_server.py
+++ b/
qtip/api/qtip_server.py
@@
-158,7
+158,7
@@
default is all benchmarks in suite with specified type,
benchmarks = args_handler.get_files_in_suite(args["suite_name"],
args["type"].lower())
- test_cases = args_handler.get_files_in_test_
case
(args["pod_name"],
+ test_cases = args_handler.get_files_in_test_
plan
(args["pod_name"],
args["suite_name"],
args["type"].lower())
benchmarks_list = filter(lambda x: x in test_cases, benchmarks)