tast-tests: update nearbyshare fixture data path

With different entry points (cft/non-cft), the nearby Tast external files are stored
at different locations.
During this transition period, we will provide a few data file location
and check one by one.

BUG=b:309042204
TEST=crosflee e2e test
(https://ci.chromium.org/ui/p/chromeos/builders/testplatform/cros_test_platform/b8765410826565031697/overview)
TEST=fast_build

Change-Id: Ic00db3ac3f51c15f749df8191efa146320ea336c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/5002796
Tested-by: Jonathan Fan <jonfan@chromium.org>
Tast-Review: Seewai Fu <seewaifu@google.com>
Commit-Queue: Kyle Shimabukuro <kyleshima@chromium.org>
Auto-Submit: Jonathan Fan <jonfan@chromium.org>
Reviewed-by: Kyle Shimabukuro <kyleshima@chromium.org>
(cherry picked from commit 44baae61933607ccd97327101403dc8830dee892)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/5033274
Commit-Queue: Seewai Fu <seewaifu@google.com>
Tested-by: David Haddock <dhaddock@chromium.org>
Auto-Submit: David Haddock <dhaddock@chromium.org>
Reviewed-by: Seewai Fu <seewaifu@google.com>
1 file changed
tree: a55520710f96856572db9d2c87df11ae76bbbcf2
  1. android/
  2. helpers/
  3. src/
  4. tools/
  5. vars/
  6. .gitignore
  7. DIR_METADATA
  8. LICENSE
  9. OWNERS
  10. PRESUBMIT.cfg
  11. PRESUBMIT.py
  12. README.md
  13. unblocked_terms.txt
README.md

Tast (tests)

This repository contains integration tests that are run by Tast.

Directory structure

  • helpers/ - Source code for binaries executed by tests.
    • local/ - Helpers for local tests that are compiled and installed to /usr/local/libexec/tast/helpers/local/cros by the tast-local-helpers-cros package.
  • src/go.chromium.org/tast-tests/cros/
    • local/ - Code related to local (i.e. on-device or “client”) tests.
      • bundles/ - Local test bundles.
        • cros/ - The “cros” local test bundle, containing standard ChromeOS 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 ChromeOS 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