Fix error in details 21/33521/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 19 Apr 2017 07:16:01 +0000 (15:16 +0800)
committerYujun 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

index 5da8ca9..5c74a47 100644 (file)
@@ -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]