Home | History | Annotate | only in /external/autotest/venv/lucifer
Up to higher level directory
NameDateSize
__init__.py21-Aug-2018636
autotest.py21-Aug-20185.9K
autotest_unittest.py21-Aug-20182.5K
cmd/21-Aug-2018
conftest.py21-Aug-2018864
eventlib.py21-Aug-20183.8K
eventlib_unittest.py21-Aug-20182.9K
handlers.py21-Aug-20189.5K
handoffs.py21-Aug-20183.2K
jobx.py21-Aug-20181.4K
leasing.py21-Aug-20184.8K
leasing_unittest.py21-Aug-20186K
loglib.py21-Aug-20181.8K
loglib_unittest.py21-Aug-20181.2K
README.md21-Aug-2018653

README.md

      1 # lucifer
      2 
      3 [TOC]
      4 
      5 This is the Python component of lucifer.  See the [design
      6 doc](http://goto.google.com/monitor_db_per_job_refactor).
      7 
      8 See also the Go
      9 [component](https://chromium.googlesource.com/chromiumos/infra/lucifer)
     10 
     11 ## Overview
     12 
     13 lucifer provides two commands.  From the repository root, they are:
     14 
     15 - `bin/job_reporter`
     16 - `bin/job_aborter`
     17 
     18 `job_reporter` runs an Autotest job. `job_aborter` is a daemon that
     19 cleans up jobs that crash and aborts jobs using the AFE database.
     20 
     21 ## Development
     22 
     23 To run all tests, in the repository root, run:
     24 
     25     $ bin/test_lucifer
     26 
     27 To skip somewhat slower tests (0.10s or more):
     28 
     29     $ bin/test_lucifer --skipslow
     30