diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-18 20:21:10 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-19 11:29:43 +0800 |
commit | cf4a1fc9562e0c7d205da5b4dc79824e53f1d304 (patch) | |
tree | ed7932c5ec38fe55e31c5f55e475961b423267a2 /tests/integration/run.yaml | |
parent | 973f0287b44b3bcac193bc069bd474fc252232db (diff) |
Backport ramspeed benchmarking playbook from qtip.driver
Change-Id: I99c6bcb43074cdf7f9edd93a0fe10b401fff4374
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration/run.yaml')
-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 |