diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-17 22:05:56 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-17 22:26:13 +0800 |
commit | 6bec7f3a38497222217cf899965bc6d4d5c0c545 (patch) | |
tree | e7b756c07ee56aed047580d020e8af55eaf4a4f4 /tests | |
parent | bbcbb7f54096c05d83c982d6784646882e2c276a (diff) |
Aggregate qpi score from all nodes
Change-Id: Ib711a493a949b013ffe22519861f144dc47d0334
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/run.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 86b36284..eb1bab88 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -33,7 +33,15 @@ delegate_to: localhost tags: [calculate] +- hosts: local + tasks: + - name: aggregate QPI results from all tested nodes + aggregate: + group: compute + register: pod_result + # Generate and publish report + - hosts: local tasks: - name: create report folder @@ -49,4 +57,3 @@ src: "{{ qtip_resources }}/template/qpi-report.j2" dest: "{{ qtip_reports }}/qpi-report" tags: [report] - # TODO(yujunz) push test result to testapi |