forked from autotest/autotest
-
Notifications
You must be signed in to change notification settings - Fork 0
TkoDatabase
Lucas Meneghel Rodrigues edited this page Sep 25, 2011
·
4 revisions
The TKO results database holds results of test runs. The parser puts data into it and the TKO web interface allows users to view data from it.
Auto generated using scripts in utils/modelviz
- The
tests
table is the core of the DB and contains a row for each test run. - A job in the
jobs
table corresponds to a single execution instance of autoserv. Each job can have many tests. - The
test_attributes
,iteration_attributes
, anditeration_result
hold keyval information about tests. - The
status
table is simply an enumeration of tests status values, i.e. completed, failed, aborted, etc. - The
kernels
andpatches
tables hold kernel information for kernels against which tests are run. - The
machines
tables holds information on machines on which tests are run.