Bug 1267795

Summary: FEAT: provide more access to client logging from the server
Product: Red Hat Certification Program Reporter: Brian Brock <bbrock>
Component: redhat-certificationAssignee: Greg Nichols <gnichols>
Status: NEW --- QA Contact: rhcert qe <rhcert-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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:

Description Brian Brock 2015-10-01 04:45:28 UTC
When launching a non-interactive test with the global debug flag set, debug output appears in a box on the cert page, above the SUT's section.  This box does not have a scrollbar, so there's not much output to see.

redhat-certification-2.0-20150930.el7.noarch
redhat-certification-hardware-1.7.1-20150901.el7.noarch

reliably reproducible

Steps to Reproduce:
1. Create a certification, with an SUT
2. Turn on the global debug output
3. launch a non-interactive test

Actual results:
output scrolls off the top of the screen, lost forever.

Expected results:
A scrollbar to make debugging info available to the user.

Comment 1 Greg Nichols 2015-10-01 12:35:22 UTC
This display is essentially a "tail" of the last 15 lines of the client's daemon log.  There's nothing more to scroll - the intent is to provide some status feedback of the client under test, rather than extensive log review.

Let's move this bug to a feature request for more extensive client log access, most likely via some specific UI for the purpose.