diff options
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/fixtures/pod.json | 2 | ||||
-rw-r--r-- | tests/integration/host_vars/localhost | 4 | ||||
-rw-r--r-- | tests/integration/run.yaml | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/tests/integration/fixtures/pod.json b/tests/integration/fixtures/pod.json index 8c2863ba..654b5828 100644 --- a/tests/integration/fixtures/pod.json +++ b/tests/integration/fixtures/pod.json @@ -1,6 +1,6 @@ { "details": "", "role": "", - "name": "internal", + "name": "qtip-pod", "mode": "" }
\ No newline at end of file diff --git a/tests/integration/host_vars/localhost b/tests/integration/host_vars/localhost index 18d764cc..76b53b79 100644 --- a/tests/integration/host_vars/localhost +++ b/tests/integration/host_vars/localhost @@ -1,7 +1,7 @@ -testapi_url: http://localhost:8000/api/v1 +testapi_url: http://10.62.105.17:8711/api/v1 project_name: qtip case_name: compute -pod_name: internal +pod_name: qtip-pod installer: fuel version: master scenario: demo 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 |