aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Enable multithreating executionKarel Kočí2015-08-13
|
* Remove init cli argument for kernelKarel 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 threadKarel Kočí2015-08-12
|
* Fix wrong configuration reading from databaseKarel Kočí2015-08-12
|
* Change folder to kernelKarel Kočí2015-08-12
| | | | As first will be measured only konfiguration options in kernel folder.
* Fix bug in configurations loadingKarel Kočí2015-08-12
| | | | Loading configuration load all configuration options as True.
* Fix problem with wrongly printed first line in CNF fileKarel Kočí2015-08-12
|
* Remove debud output of generated configurationKarel Kočí2015-08-12
|
* Hide output of all commandsKarel Kočí2015-08-12
|
* Fix if generated existing configurationKarel Kočí2015-08-12
| | | | | When some generator tries to register already generated solution, it shouldn't be registered.
* Fix bug in configuration.pyKarel Kočí2015-08-12
| | | | Type inserted to method is str, but threated as int.
* Single configuration generation ensured to generate only singleKarel Kočí2015-08-12
| | | | configuration per execution
* Add measure tool desription to databaseKarel Kočí2015-08-12
|
* Change master version to v0.92 of rt-testsKarel Kočí2015-08-12
|
* Add parse_scriptKarel Kočí2015-08-12
| | | | Parsing maximal value from first thread as result.
* Fix boot and build scriptsKarel 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 exectuionKarel Kočí2015-08-12
| | | | | Also used external package to buildroot for rt-tests to use latest master version.
* Remove script for generating configurationKarel 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 targetKarel Kočí2015-08-12
|
* Move target specification from boot_script back to .novaboot fileKarel Kočí2015-08-12
|
* Fix .gitignore in folder root/cyclictest/Karel Kočí2015-08-12
| | | | Git was ignoring files in overlay folder
* Fix boot problemsKarel Kočí2015-08-12
| | | | Now cyclictest should be bootable.
* Add default novaboot target for measuringKarel Kočí2015-08-12
|
* Add default_config and cyclictest novabootKarel Kočí2015-08-12
|
* Add inittab and scriptKarel Kočí2015-08-12
|
* Add boot_commandKarel Kočí2015-08-12
|
* Fix boot_commandKarel Kočí2015-08-12
| | | | Added novaboot call directly. nbscript is not executable.
* Fix linux image nameKarel Kočí2015-08-12
|
* Fix path bugKarel Kočí2015-08-12
|
* Add build_scriptKarel Kočí2015-08-12
|
* Add external scripts and set boot configurationKarel Kočí2015-08-12
|
* Change measuring architectureKarel Kočí2015-08-12
|
* Set conf.py and nbscript for measurementKarel 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.
* 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.
* Add generator identifier to configuration in databaseKarel Kočí2015-07-28
| | | | This identifier is for recognition what generator generated specified configuration as first.
* Fix shell incompatibility script constructKarel Kočí2015-07-28
|
* Change password authentication method to databaseKarel Kočí2015-07-28
| | | | .pgpass file has to be allowed in configuration. Using environment variable is more platform independent.
* 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.
* Change root MakefileKarel Kočí2015-07-28
| | | | | | Add check for recursive makefile calls. Also add removing of dot_config to clean_measure target. run and initialize now requires all target. This allow dependency on all programs not only selected. This is done for simplification.
* Add database table linuxgit and fix prepare sql commandKarel Kočí2015-07-28
|
* Allconfig add inv optionKarel Kočí2015-07-28
| | | | | Added inv option for generating inverted configurations. Inverted configuration contains configuration options that are not in original configuration file.
* kernel.make is now copying linux image to jobfile folderKarel Kočí2015-07-24
| | | | And make now returns name of image.
* kernel.config rewritten to use utils.callsubprocess and support new ↵Karel Kočí2015-07-24
| | | | | | implementation of write_config Also unused function config_noprogram commented.
* Adding targets in root makefileKarel Kočí2015-07-24
| | | | | | Part of the initialize target should be also initialization of database. Target distclean should clean project to state as it is in git repository.
* Ignore configurations folderKarel Kočí2015-07-24
|
* Remove unused function from utilsKarel Kočí2015-07-24
| | | | build_conf_map is not used anywhere. And plan is to change files with which it works. So it doesn't have any sense to keeping it there or even rewriting it.
* Change log files positionKarel Kočí2015-07-24
| | | | Log files won't be in only one folder. Every program have its own folder.
* Fix big amount of bugs in recently commited codeKarel Kočí2015-07-24
| | | | | Recently committed code wasn't tested, because most of the required infrastructure wasn't yet written. So bugs must be fixed after more parts of system are reimplemented.
* Rewrite write_configKarel Kočí2015-07-24
| | | | | | | Write config don't need to load jobfiles any more. We only have to load file passed via argument and save using kconfig code. Configuration checking is disabled. It needs more editing.