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:
59e48a5
)
Fix error in details
21/33521/2
author
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Wed, 19 Apr 2017 07:16:01 +0000
(15:16 +0800)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Thu, 20 Apr 2017 03:32:42 +0000
(11:32 +0800)
The leading space causes `details` value to be string, not dict
Change-Id: Ie2acfd91f2ec9280c0a24e2459229a72f45350af
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
tests/integration/run.yaml
patch
|
blob
|
history
diff --git
a/tests/integration/run.yaml
b/tests/integration/run.yaml
index
5da8ca9
..
5c74a47
100644
(file)
--- a/
tests/integration/run.yaml
+++ b/
tests/integration/run.yaml
@@
-90,6
+90,6
@@
start_date: "{{ ansible_date_time.date }}"
stop_date: "{{ ansible_date_time.date }}"
criteria: ""
- details: "
{{ pod_result }}"
+ details: "{{ pod_result }}"
tags: [testapi]