Description of problem: info test has error in output, and `hwcert-backend save` will then fail. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. install hwcert-client 2. run "plan" 3. run "run -t info" 4. observe Actual results: Your sosreport has been generated and saved in: /var/tmp/sosreport-dell-pr7610-01.lab.bos.redhat.com-20131024170901.tar.xz Copied sosreport --batch -n selinux /var/tmp/sosreport-dell-pr7610-01.lab.bos.redhat.com-20131024170901.tar.xz to /var/log/hwcert/runs/2/info PASS copying attachments... checking directory /var/log/hwcert/runs/2/info Skipping output.log Adding /var/log/hwcert/runs/2/info/sosreport-dell-pr7610-01.lab.bos.redhat.com-20131024170901.tar.xz copied attachment file sosreport-dell-pr7610-01.lab.bos.redhat.com-20131024170901.tar.xz saveOutput: /var/log/hwcert/runs/2/info/output.log Warning: could not merge output XML, reading as text file. not well-formed (invalid token): line 348, column 15 Return value was 1 ---- `hwcert-backend save` will subsequently fail: $ hwc save Saving current results to: /var/hwcert/store/bbrock/Precision/Precision R7610/x86_64/RHEL/7/hwcert-results-dell-pr7610-01.lab.bos.redhat.com.xml.gz Results stored on dell-pr7610-01.lab.bos.redhat.com, saving to hwcert.bos.devel.redhat.com: There are no results files stored on this system. $ echo $? 1 Expected results: successful save Additional info:
Possibly related to bug 1022749 and bug 1022752 on ppc64. This bug is on a different system, x86_64.
Created attachment 816126 [details] backend.py patch to return success/failure of save command