
+ +def build_report(run_output, rev, changeset, virt, ip): + rvals = { 'PASS' : 0, + 'FAIL' : 0, + 'XFAIL' : 0, + 'SKIP' : 0, + } + + tstr = { 'PASS' : "", + 'FAIL' : "", + 'XFAIL' : "", + 'SKIP' : "", + } + + date = strftime("%b %d %Y", gmtime()) + + heading = "%s Test Run Summary %s" % (virt, date)
Do you think it's better to add distribution info in heading? Otherwise, +1 for me =)
This is a good idea - I'll add this change and send another version. I'm also going to refactor the reporting pieces so that they are in their own library file. -- Kaitlin Rupert IBM Linux Technology Center kaitlin@linux.vnet.ibm.com