test_analyzer: Update OWNERS. Remove owner no longer on the team. Exempt-From-Owner-Approval: No active owner on Chrome OS team. BUG=None TEST=None Change-Id: Id22dd43a2b2bb4940d8d26ec11d06263f148fa6b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/infra/test_analyzer/+/2064463 Commit-Queue: Kirtika Ruchandani <kirtika@chromium.org> Tested-by: Kirtika Ruchandani <kirtika@chromium.org> Reviewed-by: Sean Abraham <seanabraham@chromium.org> Reviewed-by: Jason Clinton <jclinton@chromium.org> Auto-Submit: Kirtika Ruchandani <kirtika@chromium.org>
Download service account service secret files:
gsutil cp -r gs://chromiumos-test-analyzer.appspot.com/credentials ./test_analyzer/
It includes 2 json files, one for prod & one for staging instance.
Install pipenv to create virtual environment for local tests:
sudo pip install pipenv
Try to run tests:
For unittest:
bin/run_unittests
For integration test:
bin/run_integration_tests