diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-18 16:34:05 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-18 16:34:29 +0800 |
commit | cb66bce8bbc5a32bbc219cca4a0f3b3027f6fa70 (patch) | |
tree | 1081cbd12b6831af7e0e295cbae1f3b9610a8ed9 /tests/integration | |
parent | d6ca8195f0fd174709ef22aa5cc6c0386903c50e (diff) |
Add nDPI tasks
Change-Id: I18b797d7fb8e5ca1bfd74dbcb836ec4feb318378
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration')
-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: |