tast-tests: Add "bvt" attribute to power.Reboot test.

Add the power.Reboot remote test to the BVT suite.

BUG=chromium:793124
TEST=none

Change-Id: I5cc869e86ffb6af3055cbfcf3eba5dd403118d7a
Reviewed-on: https://chromium-review.googlesource.com/872253
Commit-Ready: Dan Erat <[email protected]>
Tested-by: Dan Erat <[email protected]>
Reviewed-by: Jason Clinton <[email protected]>
1 file changed
tree: 4a9f8b2e4fab8666541cbbd1ea43a381e21a9ab6
  1. src/
  2. 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) 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) 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, and documentation are located in the tast repository.

GoDoc