diff options
author | Vishnu Nair <vishnun@google.com> | 2019-10-16 08:01:02 -0700 |
---|---|---|
committer | Vishnu Nair <vishnun@google.com> | 2019-10-16 15:09:46 +0000 |
commit | ff8a65e9418094ca1ebf5731c465aefbf0639d4a (patch) | |
tree | 51e9558438a7ffeda16a275edb50e05472358f8c | |
parent | 503be6e625ed459bc060e6d1a305bab14dd9124f (diff) |
Add FlickerTests to run only on crosshatch in postsubmit
These tests are timing dependent and require the DUT to have the same performance
characteristics as the real devices.
Test: cd frameworks/base/tests/FlickerTests && atest :postsubmit
Change-Id: Ie836aa0a5df1050733169c8bd16adaccbfdf5e3c
-rw-r--r-- | tests/FlickerTests/TEST_MAPPING | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/FlickerTests/TEST_MAPPING b/tests/FlickerTests/TEST_MAPPING index 55a61471dfb8..f34c43248e1a 100644 --- a/tests/FlickerTests/TEST_MAPPING +++ b/tests/FlickerTests/TEST_MAPPING @@ -1,7 +1,8 @@ { "postsubmit": [ { - "name": "FlickerTests" + "name": "FlickerTests", + "keywords": ["primary-device"] } ] }
\ No newline at end of file |