Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1080579

Summary: results can not be saved if the first run contains INCOMPLETE tests
Product: [Retired] Red Hat Hardware Certification Program Reporter: Greg Nichols <gnichols>
Component: Test Suite (harness)Assignee: Greg Nichols <gnichols>
Status: CLOSED EOL QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.6.5CC: rlandry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: hwcert-client 1.6.5.2-20140325.2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1080571 Environment:
Last Closed: 2020-03-27 15:49:07 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:
Embargoed:
Bug Depends On: 1080571    
Bug Blocks:    

Description Greg Nichols 2014-03-25 17:26:13 UTC
+++ This bug was initially created as a clone of Bug #1080571 +++

Description of problem:

If the results have a first run that contains incomplete tests, the test results may not be saved to a hwcert-server Local Test Server.


Version-Release number of selected component (if applicable):

hwcert-client 1.7.0, 1.6.5


Steps to Reproduce:
1. hwcert-backend clean
2. hwcert-backend plan
3. hwcert-backedn run --test info
   - immediately kill the testing with control-C
4. hwcert-backend save --server <local test server hostname>


Actual results:
   Error message appears stating there are no results to save.

Expected results:
   Results should be allowed to save, as subsequent runs may have valid tests.

--- Additional comment from Greg Nichols on 2014-03-25 13:24:12 EDT ---



--- Additional comment from Greg Nichols on 2014-03-25 13:25:16 EDT ---

Actually - to reproduce, add a step 3a) successfully run some other test,
then do step 4) and save it.

Comment 1 Greg Nichols 2014-03-25 17:27:16 UTC
The patch from the cloned bug applies.