diff options
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/hosts.default | 2 | ||||
-rw-r--r-- | tests/integration/run.yaml | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/integration/hosts.default b/tests/integration/hosts.default index 9b91eea6..65739726 100644 --- a/tests/integration/hosts.default +++ b/tests/integration/hosts.default @@ -1,6 +1,4 @@ -[fuel-master] fuel-master [local] localhost ansible_connection=local - diff --git a/tests/integration/run.yaml b/tests/integration/run.yaml index f02ebf89..e715863f 100644 --- a/tests/integration/run.yaml +++ b/tests/integration/run.yaml @@ -39,7 +39,7 @@ delegate_to: localhost tags: [calculate] -- hosts: local +- hosts: localhost tasks: - name: aggregate QPI results from all tested nodes aggregate: @@ -48,7 +48,7 @@ # Generate and publish report -- hosts: local +- hosts: localhost tasks: - name: create report folder file: |