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

Bug 1080571

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.7.0CC: rlandry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: hwcert-client 1.7.0-20140325.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1080579 (view as bug list) Environment:
Last Closed: 2020-03-27 15:54:58 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:    
Bug Blocks: 1080579    
Attachments:
Description Flags
patch fixing calculation of first run time to ignore incomplete tests none

Description Greg Nichols 2014-03-25 17:18:27 UTC
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.

Comment 1 Greg Nichols 2014-03-25 17:24:12 UTC
Created attachment 878594 [details]
patch fixing calculation of first run time to ignore incomplete tests

Comment 2 Greg Nichols 2014-03-25 17:25:16 UTC
Actually - to reproduce, add a step 3a) successfully run some other test,
then do step 4) and save it.