diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-19 03:24:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-19 03:24:59 +0000 |
commit | fb609850970d4d9596ade5368f169efc2f530261 (patch) | |
tree | 041417f57fc9958e43b1385573c2d5d709b0630e /tests | |
parent | 50187dfd2c619b25a907a1ad1f66a16021c32bba (diff) | |
parent | cb66bce8bbc5a32bbc219cca4a0f3b3027f6fa70 (diff) |
Merge "Add nDPI tasks"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/group_vars/all | 1 | ||||
-rw-r--r-- | tests/integration/run.yaml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/integration/group_vars/all b/tests/integration/group_vars/all index 16a93f46..a84ab51f 100644 --- a/tests/integration/group_vars/all +++ b/tests/integration/group_vars/all @@ -1,3 +1,4 @@ qtip_resources: ../../resources qtip_reports: ./reports qtip_fixtures: ./fixtures +qtip_dump: ./dump diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 7545a65e..99bee5ea 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -21,6 +21,12 @@ - name: ssl metrics include: "{{ qtip_resources }}/metric/openssl.yaml" tags: [ssl] + - name: DPI metrics + include: "{{ qtip_resources }}/metric/nDPI.yaml" + vars: + nDPI_cwd: "{{ ansible_env.HOME }}/qtip/nDPI" + nDPI_file: "dpi.pcap" + tags: [nDPI] - hosts: compute tasks: |