summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorzhihui wu <wu.zhihui1@zte.com.cn>2017-06-10 21:11:33 +0800
committerzhihui wu <wu.zhihui1@zte.com.cn>2017-06-10 21:11:33 +0800
commitbccf607a7ed7475deb5472c4cd3d65b1918d5c47 (patch)
tree01a153ae4df64f795a9c9eb6c1655f0fb2c5c151 /resources
parentf6b14ea5c81d618fb6c29f38396cd7a961c06d3d (diff)
bugfix: installer is not defined in report.yml
since installer is renamed to installer_type in all.yml, installer cann't be found in report.yml Change-Id: I222b3050aab8b4f09e1f70c623d0e53ebbff1743 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/ansible_roles/opnfv-testapi/tasks/report.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/ansible_roles/opnfv-testapi/tasks/report.yml b/resources/ansible_roles/opnfv-testapi/tasks/report.yml
index 1c3d5767..bb034d84 100644
--- a/resources/ansible_roles/opnfv-testapi/tasks/report.yml
+++ b/resources/ansible_roles/opnfv-testapi/tasks/report.yml
@@ -21,7 +21,7 @@
project_name: "{{ project_name }}"
case_name: "{{ case_name }}"
pod_name: "{{ pod_name }}"
- installer: "{{ installer }}"
+ installer: "{{ installer_type }}"
version: "{{ version }}"
scenario: "{{ scenario }}"
start_date: "{{ ansible_date_time.date }}"