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
1 file changed
tree: ee41637d44cdcae109e822430700b4ddbb6d79b2
  1. hostsidetests/
  2. packagemanager/
  3. tests/
  4. tools/
  5. OWNERS
  6. PREUPLOAD.cfg
  7. README.md
README.md

Android Compatibility Test Suite - Root extension (CTS-Root)

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.