diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-11 15:35:45 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-11 15:35:45 +0800 |
commit | 5bdc99ef0f7897b7ea7e62b9db733e8cbf7adaa8 (patch) | |
tree | dc311f8d19a3c216eb458bc22a5553a169887a04 /tests/integration/compute.yaml | |
parent | 9bbcdcb1333b510d86c944f0ae6ac1e78837df87 (diff) |
Normalize system info variables and report
Change-Id: I5627b4e2fa2287a1880433c7f25d9a2d1874cc26
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/integration/compute.yaml')
-rw-r--r-- | tests/integration/compute.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |