tast-tests: Update arc.New for ro.arc.boot_completed prop.

Update arc.New to listen for ro.arc.boot_completed rather
than org.chromium.arc.boot. The property was renamed in
ArcAppLauncher by http://ag/4736129.

BUG=chromium:875608
TEST=arc.Boot passes again

Change-Id: Ifa1fbbc2b6d9393abdfb9dc5cea855b513421e41
Reviewed-on: https://chromium-review.googlesource.com/1180650
Tested-by: Dan Erat <derat@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
1 file changed
tree: 076c236e1b2fbe3bb986317cd62103356b813ff8
  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