tree: 7c917deb5d895d4079c91e38fefc87f525f046c0 [path history] [tgz]
  1. bin/
  2. test_analyzer/
  3. .gitignore
  4. Pipfile
  5. Pipfile.lock
  6. PRESUBMIT.cfg
  7. pytest.ini
  8. README.md
README.md

Setup

  1. 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.

  2. Install pipenv to create virtual environment for local tests:

     sudo pip install pipenv
    
  3. Try to run tests:

    For unittest:

     bin/run_unittests
    

    For integration test:

     bin/run_integration_tests