arc: Add arc.BootForever test.

This test repeatedly boots ARC (almost) forever. It is supposed to
be used to reproduce ARC boot flakiness issues, so it is disabled
by default.

BUG=chromium:865213
TEST=tast -verboser run DUT arc.BootForever

Change-Id: I37a2b2388fda399693740d62c875138daced1f94
Reviewed-on: https://chromium-review.googlesource.com/1143118
Commit-Ready: Shuhei Takahashi <[email protected]>
Tested-by: Shuhei Takahashi <[email protected]>
Reviewed-by: Shuhei Takahashi <[email protected]>
1 file changed
tree: 23f6923a9d40136fdbf976d13c7afe0d2641bc73
  1. src/
  2. .gitignore
  3. 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