aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-12 07:53:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-12 07:53:43 +0000
commite79ae4c30aa923b0d3a0890d092048c21b8f7bba (patch)
tree71d9754985d0a672269a8f6d6bfd3fc42c33596c
parent986ced7b2b7c51c30b5b7ab4b495a97de4279f80 (diff)
parent73209ab003bb9e29cda6b40a8ac50cabf57a242e (diff)
Merge "Fix reporting tasks"
-rw-r--r--tests/integration/compute.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/integration/compute.yaml b/tests/integration/compute.yaml
index 1f5ec8dd..87553fd7 100644
--- a/tests/integration/compute.yaml
+++ b/tests/integration/compute.yaml
@@ -78,8 +78,7 @@
- hosts: local
tasks:
- name: create system information report
- local_action: template src=templates/system-info.j2 dest=reports/system-info
- delegate_to: localhost
- # TODO(yujunz) push test result to testapi
+ template: src=templates/system-info.j2 dest=reports/system-info
- name: create qpi report
template: src=templates/qpi-report.j2 dest=reports/qpi-report
+ # TODO(yujunz) push test result to testapi