summaryrefslogtreecommitdiffstats
path: root/tests/integration/compute.yaml
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-11 15:37:35 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-11 15:37:35 +0800
commit940b64dfbb9992c77d1c888719d5b30a212e8f4f (patch)
tree090fce9dd86fe3a0a81d2d768b6c64e1ea8721a2 /tests/integration/compute.yaml
parent5bdc99ef0f7897b7ea7e62b9db733e8cbf7adaa8 (diff)
Implement a sample qpi report to show how to retrieve variables from benchmark results
Change-Id: I479e4446c18d45d69d2f88db021f7739201104d9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration/compute.yaml')
-rw-r--r--tests/integration/compute.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/integration/compute.yaml b/tests/integration/compute.yaml
index 62f8b5db..1f5ec8dd 100644
--- a/tests/integration/compute.yaml
+++ b/tests/integration/compute.yaml
@@ -71,7 +71,7 @@
baseline: 102.1
- name: rsa_verify_4096
baseline: 6402.9
- register: compute_result
+ register: qpi_result
delegate_to: localhost
# Generate and publish report
@@ -81,3 +81,5 @@
local_action: template src=templates/system-info.j2 dest=reports/system-info
delegate_to: localhost
# TODO(yujunz) push test result to testapi
+ - name: create qpi report
+ template: src=templates/qpi-report.j2 dest=reports/qpi-report