aboutsummaryrefslogtreecommitdiff
path: root/scripts/boot.py
Commit message (Collapse)AuthorAge
* 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.