| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Boot process should timeout after selected number of seconds if no
output is generated. This allows resolving some problems with possible
boot stuck.
|
|
|
|
|
| |
add_measure in boot script was called with list of lines instead of
single string.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Parsing maximal value from first thread as result.
|
|
|
|
|
| |
Any exception raised from user script, that should parse boot command output, should be ignored.
If fails, no value is written to database.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also initial implementation of multithread execution.
A lot of functionality changed.
Phases removed.
Output parsing is now part of measure (boot) process.
Utils cleared.
Add dot_measure file for inverted dot_config.
Configuration generating is now prepared for multiple generating types. Fist implemented is generating configurations with single selected configuration.
Test is modified to be compatible with new changes.
|
| |
|
| |
|
|
|
|
| |
Test target wasn't working properly. Now it should work.
|
|
|
|
| |
Initialisation now can be executed without loop it self.
|
| |
|
| |
|
| |
|
| |
|
|
Not yet finished.
|