| commit | 04a13cbf32b40b175b4ad308ad789baa6a2a2639 | [log] [tgz] |
|---|---|---|
| author | Joy Yoonhyung Lee <yooonlee@google.com> | Thu Jun 19 02:27:55 2025 +0900 |
| committer | Joy Yoonhyung Lee <yooonlee@google.com> | Fri Jul 04 08:16:57 2025 +0900 |
| tree | ee41637d44cdcae109e822430700b4ddbb6d79b2 | |
| parent | 3af5be4d461f01b258b259b3b898cdf139b4e5ab [diff] |
Add CTS test for bugreport multi display screenshot Added CTS test to check if BUGREPORT_FLAG_CAPTURE_MULTI_DISPLAY_SCREENSHOT works when android.os.Flags.FLAG_BUGREPORT_MULTI_DISPLAY_SCREENSHOT_ENABLED is enabled. Test: atest CtsRootBugreportTestCases Bug: 364767133 Flag: android.os.bugreport_multi_display_screenshot_enabled Change-Id: Ice04650d70d8f8111a67ae0c4f67d724c9c73a46
This is an extension the main CTS test suite, for general compatibility tests that require root privileges or a debuggable device.
Note that the name of this suite in the build system is CTS_ROOT (with an underscore), so this is built with m cts_root and tests must be tagged with cts_root in their test_suites to be included.
However in tradefed the name is cts-root (with a hyphen), so use cts-root-tradefed to run it, and run cts-root to run the default cts-root plan.