From cf4a1fc9562e0c7d205da5b4dc79824e53f1d304 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 18 Apr 2017 20:21:10 +0800 Subject: Backport ramspeed benchmarking playbook from qtip.driver Change-Id: I99c6bcb43074cdf7f9edd93a0fe10b401fff4374 Signed-off-by: Yujun Zhang --- tests/integration/run.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') 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 -- cgit 1.2.3-korg