diff options
author | Pavel Grafov <pgrafov@google.com> | 2019-07-23 12:25:18 +0100 |
---|---|---|
committer | Pavel Grafov <pgrafov@google.com> | 2019-07-23 12:25:18 +0100 |
commit | 3119f59f14871e95bbf0aad0b7c5109605046665 (patch) | |
tree | 48cb4ece451dab94680a2b93cb538b66b240f15c /cmds/locksettings | |
parent | deda6a1bd9f6da49ceb1968433e7bc6862cff1fd (diff) |
Run lockscreen-related tests in presubmit for LSS.
Bug: 135979609
Test: atest
Change-Id: I184eaf4b1776890cafadc7e3e5e69bf07352d567
Diffstat (limited to 'cmds/locksettings')
-rw-r--r-- | cmds/locksettings/TEST_MAPPING | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cmds/locksettings/TEST_MAPPING b/cmds/locksettings/TEST_MAPPING new file mode 100644 index 000000000000..c1cba5f7f22d --- /dev/null +++ b/cmds/locksettings/TEST_MAPPING @@ -0,0 +1,15 @@ +{ + "presubmit": [ + { + "name": "CtsDevicePolicyManagerTestCases", + "options": [ + { + "include-annotation": "com.android.cts.devicepolicy.annotations.LockSettingsTest" + }, + { + "exclude-annotation": "android.platform.test.annotations.FlakyTest" + } + ] + } + ] +} |