diff options
Diffstat (limited to 'tests/integration/compute.yaml')
-rw-r--r-- | tests/integration/compute.yaml | 4 |
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 |