commit | 8aaaeea849e3205066180d425b6d2c036d555a80 | [log] [tgz] |
---|---|---|
author | Nataniel Borges <natanieljr@google.com> | Mon May 17 22:19:14 2021 +0200 |
committer | Nataniel Borges <natanieljr@google.com> | Thu May 20 09:36:44 2021 +0200 |
tree | dadf29b1469bcdbd5f4e74dc52c50788fc2f0625 | |
parent | 9b60ca5d0231802c40cbdc7c3d2577e74320a1ea [diff] |
Split flicker tests into groups The flicker test suite grew and now trigger a treehuger SLO violation. To address this problem create different groups for different tests using: --module-arg <TEST SUITE>:include-annotation:<GROUP> Where: <TEST SUITE> = FlickerTests or WMShellFlickerTests <GROUP> = com.android.server.wm.flicker.annotation.Group1 or com.android.server.wm.flicker.annotation.Group2 or com.android.server.wm.flicker.annotation.Group3 For example: 1) to run only tests in the first group in flicker use: `--module-arg FlickerTests:include-annotation:com.android.server.wm.flicker.annotation.Group1` 2) to run only the third group of tests from wmshell flicker: ``--module-arg FlickerTests:include-annotation:com.android.server.wm.flicker.annotation.Group3` Bug: 180620475 Test: atest FlickerTests WMShellFlickerTests with the respective parameters Change-Id: I82f668713ba262bafe2758e2c618bfc060cc2c8a