When I look at the results of a Beaker job, there's a lot of what I'm
going to insensitively call "noise".
Take, for example, one of my wireless tests. Each one has its own
TESTOUT.log, and also submits a snippet of /var/log/wpa_supplicant.log.
So, probably not even one of the "quietest" tests out there. Yet that
test has the following logs in Beaker:
/.task_beah_raw
/wpa_supplicant.log
/TESTOUT.log
/task_beah_unexpected
/task_output_stderr
/task_log
/task_output_stdout
And then under a separate "./" subtest:
l5-kernel-wireless-connection-to-WPA2-PEAP-AP-.log
l5-kernel-wireless-connection-to-WPA2-PEAP-AP-.log
Unfortunately, the visible names of these logs are truncated, and
identical. Anyway, maybe we could hide the 7/9 of those logs per test
that might not be very interesting to the end user?
Marian,
Could you upload the beah debug logs into a subdirectory? pre-pend them with debug/
That way they will end up in a sub-diretory. I'll modify the UI to only show the dir, that way they are there for debugging but won't confuse others.