From 5bdc99ef0f7897b7ea7e62b9db733e8cbf7adaa8 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 11 Apr 2017 15:35:45 +0800 Subject: Normalize system info variables and report Change-Id: I5627b4e2fa2287a1880433c7f25d9a2d1874cc26 Signed-off-by: Yujun Zhang --- tests/integration/compute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/compute.yaml') diff --git a/tests/integration/compute.yaml b/tests/integration/compute.yaml index cf9e6599..62f8b5db 100644 --- a/tests/integration/compute.yaml +++ b/tests/integration/compute.yaml @@ -78,6 +78,6 @@ - hosts: local tasks: - name: create system information report - local_action: template src=templates/inxi-system-info.j2 dest=reports/inxi-system-info + local_action: template src=templates/system-info.j2 dest=reports/system-info delegate_to: localhost # TODO(yujunz) push test result to testapi -- cgit 1.2.3-korg