Fix criteria data 83/43683/1
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 30 Sep 2017 01:46:42 +0000 (09:46 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Sat, 30 Sep 2017 01:46:59 +0000 (09:46 +0800)
It does not make sense to use current score as criteria. Set to
2048 for now. Although the baseline is not well calibrated, it
is better than given a floating criteria.

Change-Id: Iae972b585422cdde95f8b7027081c56cc9608643
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
resources/ansible_roles/opnfv-testapi/tasks/report.yml

index bb034d8..830f939 100644 (file)
@@ -26,6 +26,6 @@
       scenario: "{{ scenario }}"
       start_date: "{{ ansible_date_time.date }}"
       stop_date: "{{ ansible_date_time.date }}"
-      criteria: "{{ pod_result.score }}"
+      criteria: 2048
       details:
         score: "{{ pod_result.score }}"