diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-19 03:27:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-19 03:27:57 +0000 |
commit | 2d55ca2996755ea25012001e499c4ac0dc54b765 (patch) | |
tree | f15d8119d4f7ac818be5d7e6f5ccf11300e60102 /tests/integration | |
parent | 86f10e318baa875d2b729f3bf7b5bb588a43f4ff (diff) | |
parent | 65d6bc2e403b17cd951b001d4c050192c541c109 (diff) |
Merge "Collect dpi metrics and report"
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/run.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 99bee5ea..f02ebf89 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -26,7 +26,7 @@ vars: nDPI_cwd: "{{ ansible_env.HOME }}/qtip/nDPI" nDPI_file: "dpi.pcap" - tags: [nDPI] + tags: [dpi] - hosts: compute tasks: @@ -63,6 +63,11 @@ src: "{{ qtip_resources }}/template/qpi-report.j2" dest: "{{ qtip_reports }}/qpi-report" tags: [report] + - name: create dpi metrics report + template: + src: "{{ qtip_resources }}/template/dpi-metrics.j2" + dest: "{{ qtip_reports }}/dpi-metrics" + tags: [report, dpi] - name: push result to testapi uri: url: "{{ testapi_url }}/results" |