Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Fix configuration generation missing file exception | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | | | | | If generating single throw NoSolution exception, randomly generated CNF file is removed. But finally statement tries to remove it once again. Solution is to not remove CNF file in exception handling, but only by finally statement. | |||
| * | Fix wrong path to patch in patch script | Karel Kočí | 2015-08-13 | |
| | | ||||
| * | Remove duplicate variable in conf.py | Karel Kočí | 2015-08-13 | |
| | | | | | | | | This duplication was created probably by merging. | |||
| * | Merge branch 'master' into measuring | Karel Kočí | 2015-08-13 | |
| |\ | | | | | | | | | | Pull generate_single fix. | |||
| * \ | Merge branch 'master' into measuring | Karel Kočí | 2015-08-13 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: conf.py scripts/configurations.py | |||
| * | | | Fix thread cooperation in loop | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | | | | | | | | | | | Measure function requires img and config as atributes. But only config was provided. | |||
| * | | | Implement random generation of configurations | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | | | | | | | | | | | Configuration are generated with random assumptions. This should generate different configuration for every SAT solver execution. | |||
| * | | | Change hash calculating function | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previous method of calculating hash wasn't work (wouldn't give same result for same configuration) if there would be added new configuration options to hashconfigsort file. | |||
| * | | | Enable multithreating execution | Karel Kočí | 2015-08-13 | |
| | | | | ||||
| * | | | Remove init cli argument for kernel | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | | | | | | | | | | | This argument was already removed by previous commit, but probably with some merge it come back. | |||
| * | | | Catch NoApplicableConfiguration exception in prepare thread | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Fix wrong configuration reading from database | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Change folder to kernel | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | As first will be measured only konfiguration options in kernel folder. | |||
| * | | | Fix bug in configurations loading | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | Loading configuration load all configuration options as True. | |||
| * | | | Fix problem with wrongly printed first line in CNF file | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Remove debud output of generated configuration | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Hide output of all commands | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Fix if generated existing configuration | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | | | | | When some generator tries to register already generated solution, it shouldn't be registered. | |||
| * | | | Fix bug in configuration.py | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | Type inserted to method is str, but threated as int. | |||
| * | | | Single configuration generation ensured to generate only single | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | configuration per execution | |||
| * | | | Add measure tool desription to database | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Change master version to v0.92 of rt-tests | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Add parse_script | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | Parsing maximal value from first thread as result. | |||
| * | | | Fix boot and build scripts | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove init atribut from boot_script. It is not usable when system using /init as default. Build script is moved for ryuglab target. Root build script is now pointing to right location. | |||
| * | | | Set cyclictest exectuion | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | | | | | Also used external package to buildroot for rt-tests to use latest master version. | |||
| * | | | Remove script for generating configuration | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | | | | | Also folder measure_scripts renamed to ryuglab_scripts to signalize for what target are those scripts. | |||
| * | | | Add default config for ryuglab target | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Move target specification from boot_script back to .novaboot file | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Fix .gitignore in folder root/cyclictest/ | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | Git was ignoring files in overlay folder | |||
| * | | | Fix boot problems | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | Now cyclictest should be bootable. | |||
| * | | | Add default novaboot target for measuring | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Add default_config and cyclictest novaboot | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Add inittab and script | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Add boot_command | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Fix boot_command | Karel Kočí | 2015-08-12 | |
| | | | | | | | | | | | | | | | | Added novaboot call directly. nbscript is not executable. | |||
| * | | | Fix linux image name | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Fix path bug | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Add build_script | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Add external scripts and set boot configuration | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Change measuring architecture | Karel Kočí | 2015-08-12 | |
| | | | | ||||
| * | | | Set conf.py and nbscript for measurement | Karel Kočí | 2015-08-12 | |
| | | | | ||||
* | | | | Remove parse_kconfig from test run | Karel Kočí | 2015-08-13 | |
| |_|/ |/| | | | | | | | | | | | Executing parse_kconfig in test run makes no sense and takes to much time. | |||
* | | | Fix single_generated_file writeback | Karel Kočí | 2015-08-13 | |
| |/ |/| | | | | | | | measure_list containst ints. But method writelines can only be used with strings. | |||
* | | Fix generate single configuration | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | This fixes and ensures that every call generates configuration. Unless False is returned. | |||
* | | Fix thread cooperation in loop | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | Measure function requires img and config as atributes. But only config was provided. | |||
* | | Implement random generation of configurations | Karel Kočí | 2015-08-13 | |
| | | | | | | | | | | Configuration are generated with random assumptions. This should generate different configuration for every SAT solver execution. | |||
* | | Catch NoApplicableConfiguration exception in prepare thread | Karel Kočí | 2015-08-13 | |
| | | ||||
* | | Fix wrong configuration reading from database | Karel Kočí | 2015-08-13 | |
| | | ||||
* | | Fix bug in configurations loading | Karel Kočí | 2015-08-13 | |
| | | | | | | | | Loading configuration load all configuration options as True. | |||
* | | Fix problem with wrongly printed first line in CNF file | Karel Kočí | 2015-08-13 | |
| | |