Re: [Autotest] [KVM-AUTOTEST PATCH 3/4] kvm_tests: Use autotest log files to scan results

2009-06-15 Thread Lucas Meneghel Rodrigues
On Sat, 2009-06-13 at 05:13 -0400, Michael Goldish wrote: > - "Lucas Meneghel Rodrigues" wrote: > > > The 'autotest' kvm subtest was relying on autotest output, that > > now has the logging line prefixes. The logging line prefixes > > breaks the results parser, so we would either have to make

Re: [Autotest] [KVM-AUTOTEST PATCH 3/4] kvm_tests: Use autotest log files to scan results

2009-06-13 Thread Michael Goldish
- "Lucas Meneghel Rodrigues" wrote: > The 'autotest' kvm subtest was relying on autotest output, that > now has the logging line prefixes. The logging line prefixes > breaks the results parser, so we would either have to make the > parser to strip the logging prefixes or read autotest status

[KVM-AUTOTEST PATCH 3/4] kvm_tests: Use autotest log files to scan results

2009-06-12 Thread Lucas Meneghel Rodrigues
The 'autotest' kvm subtest was relying on autotest output, that now has the logging line prefixes. The logging line prefixes breaks the results parser, so we would either have to make the parser to strip the logging prefixes or read autotest status files generated on the results directory. The late