aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/run.yaml
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-19 03:28:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-19 03:28:17 +0000
commit973f0287b44b3bcac193bc069bd474fc252232db (patch)
tree374c366598119a805b66f8660330fe93c8cab643 /tests/integration/run.yaml
parentd65d96db734fc1b6da094d2df33284452e74a6db (diff)
parent690decb9ce48a420691b143df22892516fad7607 (diff)
Merge "Fix warnings on same name of host and group in Ansible 2.3"
Diffstat (limited to 'tests/integration/run.yaml')
-rw-r--r--tests/integration/run.yaml4
1 files changed, 2 insertions, 2 deletions
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: