| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Novaboot, picosat,... are in script directory. Only buildroot was in
root directory.
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
Now every test should have its own folder with rootfs and parse script.
|