tast-tests: Rename ui.ChromeSanity and ui.ARCSanity tests.

Rename the ui.ChromeSanity test to ui.ChromeLogin to more
accurately reflect what it does and to make it clearer that
it requires the ability to log in (which isn't supported on
some systems).

Also rename ui.ARCSanity to ui.ARCStartup.

BUG=none
TEST=ran tests matched by "(bvt)" expression and verified
     that renamed tests passed

Change-Id: I2f90bfa18b75faecd102559368c61603fc085d89
Reviewed-on: https://chromium-review.googlesource.com/1020143
Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com>
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: James Cook <jamescook@chromium.org>
2 files changed
tree: c48c26e581bc171f69f100379e6bf1a9961256fd
  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