Description of Problem: Regardless of what hardware (all HP, of course :-) I run the network certification test on, the test reports FAILED. Version-Release number of selected component (if applicable): # rpm -qa | grep rhr rhr-interact-1.7-7 rhr-core-1.7-7 rhr-auto-1.7-7 How Reproducible: 100% (always) Steps to Reproduce: 1. install rhr packages 2. edit /etc/rhr.conf (don't touch the eth0 config, though) 3. run redhatready and select only the network test Actual Results: FAILED results every time. Experimenting with the code in /etc/init.d/rhr_functions shows that the lines NOT being filtered out are: Finished 256 requests Finished 256 requests Finished 256 requests Finished 256 requests Finished 256 requests Expected Results: I would expect to be filtered out... e.g., they appear normal since there's no configuration changes or anything special added about the network tests. I propose as a solution, to add to /etc/init.d/rhr_functions: grep -iv "Finished [0-9]* requests" | ... to the output-filtering algorithm on lines 91-105. Additional Information: Not to be aggressive or anything about this issue, but does every 7.2 system fail certification like this, or am I doing something wrong (or missing something like a test-script upgrade)?
Hi Chris, I don't know if this is really yours or not to own; but your name is 100% better than Jeff Abbott's (the original assignee).
Created attachment 55004 [details] Updated RPMS
I've updated the rhr_functions scripts to also exclude the "Finished blah requests" lines. ab has changed and now prints just those three lines to stderr for some reason leaving the remaining output on stdout. The X detection has been updated as well as the tape test (cat could take all of the ram away from the system (or at least to the point that cat couldn't claim anymore) so this has been fixed.
Fix verified on my system. Thanks, Rob!
Closing bug (since Rob didn't do it :-)