Update site_parse.py to work with recent changes to generate_test_report.

site_parse.py uses genereate_test_report to create a json file that is then
consumed by the Autotest BVT dashboard. Recent changes modified the behavior
of generate_test_report to a point where site_parse.py could no longer use it.
This CL fixes that.

Since we no longer use site_parse.py to generate stacktraces that code has also
been stripped out. The stacktraces code has been moved over to a separate process
that is handled by the devserver and crashcollection in autoserv itself.

TEST=tko/site_parse -r -l2 -o /usr/local/autotest/results/784982-scottz/ and verified json file
was properly created.
BUG=chromium-os:35196

Change-Id: Ie6703b0bd97cb018366a472f4f90370bcf474756
Reviewed-on: https://gerrit.chromium.org/gerrit/35452
Reviewed-by: Chris Masone <cmasone@chromium.org>
Commit-Ready: Scott Zawalski <scottz@chromium.org>
Reviewed-by: Scott Zawalski <scottz@chromium.org>
Tested-by: Scott Zawalski <scottz@chromium.org>
Reviewed-by: Mike Truty <truty@chromium.org>
1 file changed