From fe5def3ef35f207ecb226d864e6dd6fe052a24f9 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Thu, 6 Apr 2017 19:38:41 +0800 Subject: Integrate reporter Change-Id: I7b13282dbae576e36c01c959182bc0838b36649e Signed-off-by: Yujun Zhang --- tests/integration/tasks/inxi.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/integration/tasks') diff --git a/tests/integration/tasks/inxi.yaml b/tests/integration/tasks/inxi.yaml index cbcf360d..f8951dc1 100644 --- a/tests/integration/tasks/inxi.yaml +++ b/tests/integration/tasks/inxi.yaml @@ -16,8 +16,6 @@ command: inxi -b -c0 -n register: inxi_log -- debug: var=inxi_log - - name: collect system information from inxi collect: string: "{{ inxi_log.stdout }}" @@ -30,5 +28,3 @@ - '.+\s+HDD Total Size:\s+(?P.+)\s' - '.+\sproduct:\s+(?P.+)\sv' register: inxi_info - -- debug: var=inxi_info -- cgit 1.2.3-korg