commit | 7c1fdcfa00048155cce198cbedf776fcef0d9d38 | [log] [tgz] |
---|---|---|
author | Paul Pendlebury <[email protected]> | Wed May 04 12:39:15 2011 -0700 |
committer | Paul Pendlebury <[email protected]> | Fri May 06 10:58:00 2011 -0700 |
tree | d7d290b9ee46016ebfb444304d2682a4c56198f4 | |
parent | f854d2e608b906424ab209e3ef3e343ff4128d15 [diff] |
Adding parser to report desktopui/gtest individual test status. Added a new method to server_job to run gtests. Added two new classes to server_job_utils to run and parse gtests. Added three new suites to hold individual gtest suites that were in one browertest suite. http://pauldean.kir/afe/#tab_id=view_job&object_id=259 http://pauldean.kir/afe/#tab_id=view_job&object_id=260 http://pauldean.kir/afe/#tab_id=view_job&object_id=261 BUG=None. TEST=Lots of runs on local and lab machines. Change-Id: I6c02c40d7889ade5342ccdd99da7f5d15a9f50d8 Fixes from code review. Added gtest_runner.py to hold runner/parser for gtests. Added host_attributes.get_attributes() method. Updated documentation. BUG=None. TEST=Runs on lab machines. Change-Id: Id591da132037bbc277c4dcb2353cbc2a61103444 Code review updates. Removing server_job.run_gtest_tests() and making gtest_runner available in the environment of the control files. Adding test_item.run_tests() to make it easer to execute tests from different classes. Adding actions to test tuple to support reboot before/after running tests. Removing uneeded methods on host_attributes class. Reworking documentation in site_host_attributes to fix pylint errors. Changing control files from job.run_gtest_tests() to gtest_runner.run() Change-Id: I9f36f1176b24226ee83826cf84e5125c8af87b76 BUG=None. TEST=Lots of runs on local and lab machines. Change-Id: If8696119bcd391de1adc88cc95d55fdb74cf2129 Reviewed-on: http://gerrit.chromium.org/gerrit/343 Reviewed-by: Eric Li <[email protected]> Tested-by: Eric Li <[email protected]>