diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-15 09:07:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-15 09:07:30 +0000 |
commit | 550a975949328619139631e363c3bc1b48411402 (patch) | |
tree | 2f9d75d34ca678d5b979265f093740f086be9c4d /tests/integration/run.yaml | |
parent | dd5e0ce2bd1c6be943bbb9eff3698d92c0c812ad (diff) | |
parent | 9c274969f1d8cee2012ec16a21ad85d20d585c84 (diff) |
Merge "Dump collected facts"
Diffstat (limited to 'tests/integration/run.yaml')
-rw-r--r-- | tests/integration/run.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 7eb141d7..d2768d68 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -21,6 +21,7 @@ include: tasks/inxi.yaml - name: ssl metrics include: tasks/openssl.yaml + tags: [ssl] - hosts: compute tasks: @@ -59,6 +60,7 @@ baseline: 6402.9 register: qpi_result delegate_to: localhost + tags: [calculate] # Generate and publish report - hosts: local @@ -67,4 +69,5 @@ template: src=templates/system-info.j2 dest=reports/system-info - name: create qpi report template: src=templates/qpi-report.j2 dest=reports/qpi-report + tags: [report] # TODO(yujunz) push test result to testapi |