Set ``criteria`` as PASS for all completed executions 01/45701/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 9 Oct 2017 02:42:54 +0000 (10:42 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Thu, 19 Oct 2017 01:55:35 +0000 (09:55 +0800)
Change-Id: I232eedba24dd9f41a6d5ef588ffb1f6cfd8d0415
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
resources/ansible_roles/opnfv-testapi/tasks/report.yml

index 830f939..0633eaf 100644 (file)
@@ -26,6 +26,6 @@
       scenario: "{{ scenario }}"
       start_date: "{{ ansible_date_time.date }}"
       stop_date: "{{ ansible_date_time.date }}"
-      criteria: 2048
+      criteria: PASS  # regarded as "pass" if execution is done
       details:
         score: "{{ pod_result.score }}"