History log of /cts/tools/utils/cts/tools.py
Revision Date Author Comments
0ef6e48708c39f053a972cc8b263efb51ea39030 24-Apr-2017 Badash <badash@google.com> DO NOT MERGE Fix issue with annotations test plan generation

Bug:37626186
Change-Id: I8f5f5f21fcf766bb94b6902b0caa5e942b15074b
e26453ae14c90bc2c38c8d977a1e340cf5d6c264 24-Apr-2017 Badash <badash@google.com> DO NOT MERGE Fix issue with annotations test plan generation

Bug:37626186
Change-Id: I8f5f5f21fcf766bb94b6902b0caa5e942b15074b
bde020da7870823603f7567438eb73908b9c8220 01-Jun-2017 Badash <badash@google.com> DO NOT MERGE Fix bug, because of a change in L -> M

Bug: 37626186
Change-Id: Ic83ffdeb181988b14e446b5819be1ecbeca45fbe
74c8f03be974113fad894555c8a3cd21f58b4416 24-Apr-2017 Badash <badash@google.com> DO NOT MERGE Fix issue with filepusher and annotations test plan generation

Bug:37626186
Change-Id: I8f5f5f21fcf766bb94b6902b0caa5e942b15074b
a6699be6023474746a1a4b1f2540e885d04d453f 24-Apr-2017 Badash <badash@google.com> DO NOT MERGE Fix issue with annotations test plan generation

Bug:37626186
Change-Id: I8f5f5f21fcf766bb94b6902b0caa5e942b15074b
e7e54a695e84ca40d4cc79b781f9284f03202c9c 30-Mar-2017 Badash <badash@google.com> DO NOT MERGE Initial commit for annotation based test plans in M-

Bug: 36846502

Change-Id: I58e044e0e18245a819b30e49539c08a5b3a6f87a
fc60cb20b98d1519bad0bb70fa68a26c5ce5229d 30-Mar-2017 Badash <badash@google.com> DO NOT MERGE Initial commit for annotation based test plans in M-

Bug: 36846502

Change-Id: I58e044e0e18245a819b30e49539c08a5b3a6f87a
2e470fab05f1d49bb531a79bfbe5784f64d9c855 30-Mar-2017 Badash <badash@google.com> DO NOT MERGE Initial commit for annotation based test plans in M-

Bug: 36846502

Change-Id: I58e044e0e18245a819b30e49539c08a5b3a6f87a
4a3f69ce46a30df14215bc82577c6c867f8903ed 30-Mar-2017 Badash <badash@google.com> DO NOT MERGE Initial commit for annotation based test plans in M-

Bug: 36846502

Change-Id: I58e044e0e18245a819b30e49539c08a5b3a6f87a
42b1b61c4b10472e70e42bea54f613df295ad7c4 25-Apr-2015 Nicholas Sauer <nicksauer@google.com> Modify Include/Exclude tests in builCts.py to be explicit.

This avoids a problem where a CTS test package name is not
the same as the java pacakge and therefore cannot be included
or excluded.

bug: 19899548

Change-Id: I9a891049794f360e4b059f73edafc92046d72112
c55daf53d7b4c37a19916ac0f45573e01248c28f 24-Sep-2014 Stuart Scott <stuartscott@google.com> Move from uri to name

bug: 17643039

Change-Id: If2e86889c3769e403d62f05c99d27239731b8de1
cf20acf12ec20049500748adc24ffa6c0bf61ac4 29-May-2014 Nicholas Sauer <nicksauer@google.com> DO NOT MERGE Add ability to include/exclude tests from buildCts.py.

Move CTS-stable and CTS-flaky plan config into buildCts.py and
take advantage of the new include attribute on Entry to
simplify the flaky plan.

bug:15139133

Change-Id: I0dac54e3f813d52167cd6b7670b0982aeb5cce1e

Conflicts:
tests/plans/CTS-flaky.xml
tests/plans/CTS-stable.xml
471c601216dc9b1af93e78c4f1d2c1b4ad736021 29-May-2014 Nicholas Sauer <nicksauer@google.com> Add ability to include/exclude tests from buildCts.py.

Move CTS-stable and CTS-flaky plan config into buildCts.py and
take advantage of the new include attribute on Entry to
simplify the flaky plan.

bug:15139133

Change-Id: I0dac54e3f813d52167cd6b7670b0982aeb5cce1e
3da7534f2880068b90b88585c45be62751dbfd6b 13-Jan-2010 The Android Open Source Project <initial-contribution@android.com> android-2.1_r1 snapshot
0d6ef0674c25f652d5891c996042382211084edc 13-Aug-2009 Phil Dubach <phillipd@google.com> CTS: Python script to replace the description and plan generator

This will eventually replace the very complex and hard to maintain
genDefaultTestPlan.sh. In this initial step, the functionality is
kept identical to original script.

A separate change in build/core/tasks/cts.mk is needed to make the
switch to the new script.