diff options
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/run.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index e715863f..5da8ca91 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -27,7 +27,11 @@ nDPI_cwd: "{{ ansible_env.HOME }}/qtip/nDPI" nDPI_file: "dpi.pcap" tags: [dpi] - + - name: memory metrics + include: "{{ qtip_resources }}/metric/ramspeed.yaml" + vars: + cwd: "{{ ansible_env.HOME }}/qtip/ramspeed" + tags: [mem] - hosts: compute tasks: - name: calculate QPI of compute |