summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-18 17:26:20 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-18 17:26:20 +0800
commit65d6bc2e403b17cd951b001d4c050192c541c109 (patch)
tree87596654bff284a5b95ebf0f87c90dc76c44032f /tests
parentda8479496691122d49a6bbf61a2dd3355af85fba (diff)
Collect dpi metrics and report
Change-Id: I0e02cff9a5bfc123b3227803289fc03abe27f112 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/run.yaml7
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"