diff options
author | 2017-04-19 03:24:59 +0000 | |
---|---|---|
committer | 2017-04-19 03:24:59 +0000 | |
commit | fb609850970d4d9596ade5368f169efc2f530261 (patch) | |
tree | 041417f57fc9958e43b1385573c2d5d709b0630e /tests/integration/run.yaml | |
parent | 50187dfd2c619b25a907a1ad1f66a16021c32bba (diff) | |
parent | cb66bce8bbc5a32bbc219cca4a0f3b3027f6fa70 (diff) |
Merge "Add nDPI tasks"
Diffstat (limited to 'tests/integration/run.yaml')
-rw-r--r-- | tests/integration/run.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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: |