aboutsummaryrefslogtreecommitdiff
path: root/tests
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.
* buildroot: Declare external sources in a better wayMichal Sojka2015-09-28
| | | | | | Previously used relative path in .br-external was always rewritten to an absolute path. This was annoying as git reported that this file was changed.
* Remove false commentMichal Sojka2015-09-28
|
* Add bbb target for BeagleBone BlackKarel Kočí2015-09-25
| | | | | | Buildroot configuration is now generated from base configuration and configuration defined by specified target. And initram is now build automatically for test target and all target.
* Move buildroot submodule to script folderKarel Kočí2015-09-18
| | | | | Novaboot, picosat,... are in script directory. Only buildroot was in root directory.
* Change boot to execute only one scriptsKarel Kočí2015-09-14
| | | | | | | Boot is now executing only lcpinit script. /init scripts is not used during measurements. Booting without boot script, only using novaboot scripts, results in using /init script. This helps to access cli in booted machine without editing any files.
* Print command and version to boot outputKarel Kočí2015-08-19
|
* 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.
* Fix relative path to external buildroot packagesKarel Kočí2015-08-18
|
* Change location for rootfs of testsKarel Kočí2015-08-17
Now every test should have its own folder with rootfs and parse script.