aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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