diff options
Diffstat (limited to 'tests/integration')
l--------- | tests/integration/roles | 1 | ||||
-rw-r--r-- | tests/integration/run.yaml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/integration/roles b/tests/integration/roles new file mode 120000 index 00000000..a2363eeb --- /dev/null +++ b/tests/integration/roles @@ -0,0 +1 @@ +../../resources/roles
\ No newline at end of file diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index 5c74a478..bab88d73 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -16,6 +16,15 @@ tasks: - name: check ssh connection ping: + tags: [setup] + +- hosts: compute + roles: + - development-tools + tags: [setup] + +- hosts: compute + tasks: - name: collect system information include: "{{ qtip_resources }}/metric/inxi.yaml" - name: ssl metrics |