| Summary: | hwcert-client no longer logging "Test Parameters" | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Hardware Certification Program | Reporter: | Greg Nichols <gnichols> | ||||||
| Component: | Test Suite (tests) | Assignee: | Greg Nichols <gnichols> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 1.7.0 | CC: | bbrock, brose, gnichols, qcai, rlandry, yxue | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | hwcert-client 1.7.0-20131210 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | 1016382 | Environment: | |||||||
| Last Closed: | 2015-07-13 15:10:23 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1016295 | ||||||||
| Attachments: |
|
||||||||
|
Description
Greg Nichols
2013-12-05 00:50:11 UTC
Created attachment 832919 [details]
patch adding <parameters> to <run> to log Test Parameters in XML
Created attachment 834837 [details]
additional patch storing parameters as name/value pairs
This added patch stores each property as xml elements, rather than a combined string:
<run end-time="2013-12-10 15:26:28" mode="normal" number="1" return-value="0" run-time="2013-12-10 15:26:24">
<summary>PASS</summary>
<parameters>
<property name="OUTPUTFILE">/var/log/hwcert/runs/1/USB2/output.log</property>
<property name="TESTSERVER">hwcert.boston.devel.redhat.com</property>
<property name="RUNMODE">normal</property>
<property name="DEBUG">low</property>
<property name="UDI">/devices/pci0000:00/0000:00:14.0/usb3</property>
</parameters>
[...]
|