tast: Add Crostini app display density toggle tast.

This change add a tast test to verify that both the x11_demo and the
wayland_demo app windows are enlarged when using low display density.

BUG=chromium:839242
TEST=To be finalized once the updated x11_demo and wayland_demo are
built into the deb file in release package.

Change-Id: Ia758c3620f5b15655f13f0d5934ea23498d61e9e
Reviewed-on: https://chromium-review.googlesource.com/1379005
Commit-Ready: Tim Zheng <timzheng@chromium.org>
Tested-by: Tim Zheng <timzheng@chromium.org>
Reviewed-by: Dan Erat <derat@chromium.org>
2 files changed
tree: 0b211d1ace1e41882c29765d2cbee956aba69b5e
  1. src/
  2. tools/
  3. .gitignore
  4. OWNERS
  5. PRESUBMIT.cfg
  6. README.md
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • src/chromiumos/tast/
    • local/ - Code related to local (i.e. on-device or “client”) tests.
      • bundles/ - Local test bundles.
        • cros/ - The “cros” local test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by local tests.
    • remote/ - Code related to remote (i.e. off-device or “server”) tests.
      • bundles/ - Remote test bundles.
        • cros/ - The “cros” remote test bundle, containing standard Chrome OS tests. Tests are packaged by category.
      • ... - Packages used only by remote tests.

Shared code, the main tast executable, the local_test_runner and remote_test_runner executables responsible for running bundles, and documentation are located in the tast repository.

GoDoc