aboutsummaryrefslogtreecommitdiff
path: root/scripts/boot.py
Commit message (Collapse)AuthorAge
* Add boot timeoutKarel Kočí2015-08-24
| | | | | | Boot process should timeout after selected number of seconds if no output is generated. This allows resolving some problems with possible boot stuck.
* Fix wrong input format to databaseKarel Kočí2015-08-19
| | | | | add_measure in boot script was called with list of lines instead of single string.
* Fix boot.py parse callKarel Kočí2015-08-19
|
* Remove unused atribute for parse script callKarel 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.
* Add parse_scriptKarel Kočí2015-08-12
| | | | Parsing maximal value from first thread as result.
* Ignore any exception raised while parsing output of boot outputKarel Kočí2015-07-28
| | | | | Any exception raised from user script, that should parse boot command output, should be ignored. If fails, no value is written to database.
* Scripts changed to use database.Karel Kočí2015-07-28
| | | | | | | | | | | | | 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.
* Make nbscript not generatedKarel Kočí2015-05-18
|
* Implement evaluateKarel Kočí2015-05-16
|
* Fix booting process and test targetKarel Kočí2015-05-14
| | | | Test target wasn't working properly. Now it should work.
* Separate initialisationKarel Kočí2015-05-06
| | | | Initialisation now can be executed without loop it self.
* Fix wrong open mode of iteration file in bootKarel Kočí2015-04-27
|
* Fix boot benchmark scriptKarel Kočí2015-04-27
|
* Finish implementation of boot.bootKarel Kočí2015-04-27
|
* Change boot.gen_nbscripts to support relative conf pathsKarel Kočí2015-04-27
|
* Firt implementation of boot.pyKarel Kočí2015-04-27
Not yet finished.