diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-20 03:46:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-20 03:46:43 +0000 |
commit | 48770903149a800d5cc9ddecc490001ffd9688a8 (patch) | |
tree | b42d46ab4dfecea90e2d3ebec89d3fb191f3a8c5 /tests | |
parent | 0e64642d1a62b4b0f319d2cfa0baa011b07c7520 (diff) | |
parent | ac8c825582a56bba3a1d1c966322f80aa93fe137 (diff) |
Merge "Use ansible roles to setup development tools"
Diffstat (limited to 'tests')
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 |