]> git.ipfire.org Git - nitsi.git/history - src/nitsi/test.py
Make paths absolut when we know that we get valid paths to a file or a dir
[nitsi.git] / src / nitsi / test.py
2018-09-08  Jonatan SchlagMake paths absolut when we know that we get valid paths...
2018-09-06  Jonatan SchlagAdd interactive error handling
2018-08-19  Jonatan SchlagRework the connection handling of the serial console
2018-07-28  Jonatan SchlagImprove substitution of the all: statement
2018-07-28  Jonatan SchlagSplit setup virtual environment in two functions
2018-07-25  Jonatan SchlagStart only the machines which are used in the recipe
2018-06-25  Jonatan SchlagMake all class names CamelCase
2018-06-23  Jonatan SchlagFix check if we get an valid recipe file
2018-06-23  Jonatan SchlagAdd the ability to set all settings from the command...
2018-06-23  Jonatan SchlagFix check if we get correct files for settings and...
2018-06-21  Jonatan SchlagInitialize settings dict with defaults values
2018-06-20  Jonatan SchlagWe can now run a test also from a standalone recipe...
2018-06-20  Jonatan SchlagAdd self.settings and store all settings in a dictionary
2018-06-19  Jonatan SchlagProvide fallback value if we fail to read the setting
2018-06-19  Jonatan SchlagRename DEFAULT section to GENERAL
2018-06-19  Jonatan SchlagMake config parsing more robust against errors
2018-06-19  Jonatan SchlagRemove name from virtual_environment configuration
2018-06-14  Jonatan SchlagParse settings completely before parsing the copy_from...
2018-06-14  Jonatan SchlagRaise an exception when we do no found important files...
2018-06-09  Jonatan SchlagMake class names camel-case
2018-06-09  Jonatan SchlagMake all parameters in the ini file lower-case
2018-06-09  Jonatan SchlagMake all parameters in the ini file lower-case
2018-06-06  Jonatan SchlagSupporting the a single statement in a recipe
2018-06-06  Jonatan SchlagImprove handling of file which should be copied into...
2018-06-04  Jonatan SchlagSet log level of login to info
2018-05-21  Jonatan SchlagCatch exceptions to avoid crashing the cleanup
2018-05-21  Jonatan SchlagRaise exception instead of dropping them
2018-05-16  Jonatan SchlagCleanup imports part 2
2018-05-14  Jonatan SchlagSort imports: part 1
2018-05-13  Jonatan SchlagMerge branch 'master' of ssh://git.ipfire.org/pub/git...
2018-05-13  Jonatan SchlagImprove return codes
2018-05-09  Jonatan SchlagFormat the name in the log file always with the same...
2018-05-09  Jonatan SchlagUse one time to which all serial connection output...
2018-05-09  Jonatan SchlagAdd logging to test.log of all serial connection output
2018-05-07  Jonatan SchlagAdd logging to a general log file
2018-05-05  Jonatan SchlagAdd configure.ac and Makefile.am and make them work