Tracking Bugs Generated by BRT Purpose: We will want to track issues that arise through BRT. Therefore it seems logical to use a bug tracking system. Information tracked will include references back to the test request that generated the bug, and any references to where it might have been forwarded to. OSDL already uses bugzilla for other projects, so this is a logical choice presuming that it fulfills our information requirements. Bug Report Submission Submission can be automated with perl by using the module 'WWW::Bugzilla'. This has several dependencies which are not installed: WWW::Mechanize, HTML::TokeParser, HTTP::Request, URI::URL, LWP::UserAgent. When to submit the bug is still in question. * Should it be automatic on test upload, if there is a failure. If we do this I imagine we will initially get quite a few false positives. * Should it be optional? Required Scripts - Input test or sub-test request uid and parse info for ticket and submit. This will be from a tool or from the upload script.