History log of /development/testrunner/test_defs/test_defs.py
Revision Date Author Comments
84bc7826b89e8b678db1a3e6b127601ecfccef95 03-Mar-2010 Brett Chabot <brettchabot@android.com> Change runtest 'overriding test def' log to silent.

Change-Id: I9b52aac04f2b95e9c93963bfad0c6d29dbddb87d
4a5d9f1ba755394e0e2547210c3b99b6e1b935cc 19-Feb-2010 Brett Chabot <brettchabot@android.com> Replace runtest --cts option with more generic --suite option.

This will allow you to run a the set of test_defs with attribute suite="foo"
like this:
runtest --suite foo

Bug 2401250
2c8ead32c7ebf08db568e2e9d5dbb3738ac69797 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
924c0898792f4e14eb87a91a8e30d7138fb68be0 21-Oct-2009 Brett Chabot <brettchabot@android.com> Refactor runtest test_defs to allow programmatic creation.

Previously a test definition could only be created via xml.
Also fix some minor lint warnings.
764d3fa70d42a79e2ee999b790e69fc55f12bf61 26-Jun-2009 Brett Chabot <brettchabot@google.com> Add support for running host java tests to runtest.

With this change, also refactored runtest as follows: Modified the
test suite schema and python implementation to have an inheritance
structure. Each test type has its own python module, which will
also handle the logic of running the test.