| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
Script ended with exception when no file with list of non-remove
configuration options was provided.
|
|
|
|
|
|
| |
Removing configuration options from configuration file according to
definition folder. New implementation allows to specify required
configuration options that shouldn't be removed in any case.
|
|
|
|
| |
Setup Linux of ryuglab to realtime branch.
|
|
|
|
| |
Latest changes for multithreading broke single thread mode.
|
|
|
|
|
| |
Multithreading is not working properly yet. So it won't be used for
active measuring.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Picosat is as default using 0 as seed for random generator. This lead
on same configuration every time.
|
|
|
|
|
| |
If .target file is changed (=target changed), makefile configuration
should been regenerated.
|
| |
|
|
|
|
|
|
| |
Boot process should timeout after selected number of seconds if no
output is generated. This allows resolving some problems with possible
boot stuck.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This modules is no longer used. It is expected that every target will
have it's own linux target.
|
|
|
|
| |
Also remove unused buildroot targets
|
|
|
|
|
| |
Some variables were no longer used or with current settup system made
no sence.
|
|
|
|
|
| |
Compile script is not required if we use GNUmakefile.
Holding script folder only because of boot script makes no sense.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
In boot script was old name usable before previous commit.
Also patch script removed This script is no longer required, because
path is applied in submodule.
|
|
|
|
|
| |
Boot configuration it this folder wasn't usable only just for
cyclictest, but for any test. So new name is more descriptive.
|
| |
|
|
|
|
|
| |
Test run and initialization now shows warning about dirty repository
and loop can't be executed if linux or root repository is dirty.
|
|
|
|
|
| |
add_measure in boot script was called with list of lines instead of
single string.
|
| |
|
| |
|
|
|
|
|
| |
While booting are created links to upper folders. These links should be
ignored from git.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
As name was given tempfile object no name of generated temporally file.
|
|
|
|
| |
This folder is no longer used and shouldn't be created.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
Utils function callsubprocess now logs all program output including
stderr.
Convenient would be to print stderr even if output is disabled. But
this would probably required threads.
|
| |
|
| |
|
|
|
|
| |
Patch is now added directly as commit.
|
|
|
|
|
| |
Previous implementation was returning list of tuples. Now it is
returning list of strings.
|
|
|
|
| |
No attribute supplied when executed sql command.
|
|
|
|
|
|
| |
Picosat output is parsed and automatically is resolved to dictionary
with configuration option name as key and boolean value. This makes all
configurations in script of same type. All are dictionaries this way.
|
|
|
|
| |
This table was recently added, but was missing in databaseclean.sql.
|
|
|
|
|
| |
Database is separated from project. It should be cleaned automatically
because of saving data.
|