aboutsummaryrefslogtreecommitdiff
path: root/tests/cyclictest/parse
Commit message (Collapse)AuthorAge
* cyclictest: Simplify startup (init) scriptMichal Sojka2015-09-28
|
* Update parse script for cyclictestMichal Sojka2015-09-28
| | | | | | Previously, some successfully executed measurements had no value in the database. Let's use explicit parsing script, which may (or may not) solve this problem.
* Fix boot output parse scriptKarel Kočí2015-08-19
|
* Store boot output to databaseKarel Kočí2015-08-19
| | | | | | | | | Because configuration is now stored in database only missing informations to make database fully descriptive is boot output. This makes output of boot command to be saved to database and not to file. Also parse script should read input from stdin and not from file from argument.
* Change location for rootfs of testsKarel Kočí2015-08-17
Now every test should have its own folder with rootfs and parse script.