tast-tests: Add "bvt" attribute to more tests.

Add the "bvt" attribute to the power.CheckStatus and
security.LogPerms tests.

BUG=none
TEST=none

Change-Id: I2e5b38ca8849224ac3bd9920eecb64d5915fc6bb
Reviewed-on: https://chromium-review.googlesource.com/852649
Commit-Ready: Dan Erat <derat@chromium.org>
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: James Cook <jamescook@chromium.org>
3 files changed
tree: 35f1a41fab8ca24625f246e44f12d821f8d17478
  1. src/
  2. README.md
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • src/chromiumos/
    • cmd/ - Test-related executables.
      • local_tests/ - main package for the local_tests executable containing “local” tests, i.e. ones that run on-device.
      • remote_tests/ - main package for the remote_tests executable containing “remote” tests, i.e. ones that run off-device.
    • tast/
      • local/ - Code related to local tests.
        • tests/ - Local tests, packaged by category.
        • ... - Packages used only by local tests.
      • remote/ - Code related to remote tests.
        • tests/ - Remote tests, packaged by category.
        • ... - Packages used only by remote tests.

Shared code, the main tast executable, and documentation are located in the tast repository.

GoDoc