aboutsummaryrefslogtreecommitdiff
path: root/scripts/loop.py
Commit message (Collapse)AuthorAge
* Fix thread cooperation in loopKarel Kočí2015-08-13
| | | | | Measure function requires img and config as atributes. But only config was provided.
* Catch NoApplicableConfiguration exception in prepare threadKarel Kočí2015-08-12
|
* Fix link errorKarel Kočí2015-08-12
| | | | | Creation of link to linux image wasn't done right. Outcome was, wrong path in link.
* 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.
* Rename solution script to configurationsKarel Kočí2015-07-22
| | | | New name more better resembles what script does.
* Remove possibility of generating next solution in loop.Karel Kočí2015-07-17
| | | | | Only possibility now is generating all solutions on initialisation. Remove solution generating phase.
* Fix NoAppliableSolution in loop and changed looping phaseKarel Kočí2015-05-16
|
* Fix solution generation in case of gen_all_solution_oninitKarel Kočí2015-05-14
|
* Fix envKarel Kočí2015-05-13
|
* Add possibility of calling pahe_set from outside of loop.pyKarel Kočí2015-05-06
|
* Separate initialisationKarel Kočí2015-05-06
| | | | Initialisation now can be executed without loop it self.
* Add some configuration options and clean write_confKarel Kočí2015-05-04
|
* Add possibility of running step-by-stepKarel Kočí2015-04-28
|
* Include iteration and phase code to loopKarel Kočí2015-04-28
|
* Add boot phaseKarel Kočí2015-04-28
|
* Rename script main_loop to loopKarel Kočí2015-04-26