commit | 6ffdba1e48dadc88c67675d652cc6663edb6e9d1 | [log] [tgz] |
---|---|---|
author | Yichen Zhou <yichenz@chromium.org> | Tue May 17 10:04:26 2022 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 27 16:18:25 2022 |
tree | e450ec88fe62b1d713daf64c80ceac63e0397fae | |
parent | b8c2762b1656cee97ff93f4d23fdb6ecac7e12f4 [diff] |
tast-tests: Collect system trace in CUJs Add a perfetto config to collect system trace and allow collecting system trace in cujrecorder.Recorder. BUG=b:232908163 TEST=tast run <DUT> ui.MeetCUJ.16p_trace ui.MeetCUJ.lacros_16p_trace Change-Id: I043e8933ca1a5fd03ac8f32e3c2d8966f3a67b77 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/tast-tests/+/3651662 Reviewed-by: Alexander Alekseev <alemate@chromium.org> Auto-Submit: Yichen Zhou <yichenz@chromium.org> Tested-by: Yichen Zhou <yichenz@chromium.org> Reviewed-by: Eric Caruso <ejcaruso@chromium.org> Reviewed-by: Avery Musbach <amusbach@chromium.org> Commit-Queue: Yichen Zhou <yichenz@chromium.org>
This repository contains integration tests that are run by Tast.
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/chromiumos/tast/
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.