TKO results databaseΒΆ
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.
- 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.