summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-06-28 15:26:45 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-06-28 17:12:22 +0800
commit76cb6b08ce04492bd02bec43487a82f99a0a2c5f (patch)
treef10e758da0ebb45cf6298d7a42211f26b6917deb /resources
parent116b5101e8f917b23b49ad91f0a65fada76e8c5e (diff)
Fix bug in aggregation
Change-Id: Ic6613a9ab585894984e1cdab6ead3a84d1c4af9c Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/ansible_roles/qtip/tasks/aggregate.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/ansible_roles/qtip/tasks/aggregate.yml b/resources/ansible_roles/qtip/tasks/aggregate.yml
index 904fc5d6..7f141c37 100644
--- a/resources/ansible_roles/qtip/tasks/aggregate.yml
+++ b/resources/ansible_roles/qtip/tasks/aggregate.yml
@@ -11,7 +11,7 @@
- name: aggregating results from all tested nodes
aggregate:
- group: compute
+ group: SUT
basepath: "{{ qtip_results }}/current"
src: "compute.json"
dest: "qpi.json"