tast-tests: test dbus related file contexts.

BUG=b:114172200
TEST=tast run DUT security.SELinux*
CQ-DEPEND=CL:1280682

Change-Id: I1ac97b1da67b05b12181e10d6b12eb9a88bb80b0
Reviewed-on: https://chromium-review.googlesource.com/1280363
Commit-Ready: Qijiang Fan <fqj@google.com>
Tested-by: Qijiang Fan <fqj@google.com>
Reviewed-by: Dan Erat <derat@chromium.org>
1 file changed
tree: 53f184a8a4f714e05dac2da5826519023bb44843
  1. src/
  2. tools/
  3. .gitignore
  4. PRESUBMIT.cfg
  5. 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