diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-12 07:53:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-12 07:53:43 +0000 |
commit | e79ae4c30aa923b0d3a0890d092048c21b8f7bba (patch) | |
tree | 71d9754985d0a672269a8f6d6bfd3fc42c33596c /tests/integration | |
parent | 986ced7b2b7c51c30b5b7ab4b495a97de4279f80 (diff) | |
parent | 73209ab003bb9e29cda6b40a8ac50cabf57a242e (diff) |
Merge "Fix reporting tasks"
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/compute.yaml | 5 |
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 |