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
teststable is the core of the DB and contains a row for each test run. - A job in the
jobstable corresponds to a single execution instance of autoserv. Each job can have many tests. - The
test_attributes,iteration_attributes, anditeration_resulthold keyval information about tests. - The
statustable is simply an enumeration of tests status values, i.e. completed, failed, aborted, etc. - The
kernelsandpatchestables hold kernel information for kernels against which tests are run. - The
machinestables holds information on machines on which tests are run.