From: Yujun Zhang Date: Mon, 9 Oct 2017 02:42:54 +0000 (+0800) Subject: Set ``criteria`` as PASS for all completed executions X-Git-Tag: opnfv-6.0.0~56 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F45701%2F1;p=qtip.git Set ``criteria`` as PASS for all completed executions Change-Id: I232eedba24dd9f41a6d5ef588ffb1f6cfd8d0415 Signed-off-by: Yujun Zhang --- diff --git a/resources/ansible_roles/opnfv-testapi/tasks/report.yml b/resources/ansible_roles/opnfv-testapi/tasks/report.yml index 830f9398..0633eafb 100644 --- a/resources/ansible_roles/opnfv-testapi/tasks/report.yml +++ b/resources/ansible_roles/opnfv-testapi/tasks/report.yml @@ -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 }}"