summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/configuration.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: Updates for Python 3.12Chris Johns2023-11-211-1/+1
| | | | | | | | - Change SafeConfigParser to ConfigParser - Fix escape sequences in strings Updates #4968
* rtemstoolkit/configuration: Treat an empty variable as an empty listChris Johns2020-09-261-1/+1
|
* rtemstoolkit/configuration: Fix interpolation support.Chris Johns2019-06-121-33/+44
| | | | - It was disabled always. Now optional by the constructor.
* rtemstoolkit/configuration: Add get_sections() to get the sections.Chris Johns2019-06-111-8/+20
| | | | - Fix module access when catching exceptions.
* python: Provide support to select a valid python version.Chris Johns2018-11-081-12/+18
| | | | | | | | - Update imports after wrapping the code. - Fix python3 issues. - Fix config path issues for in repo and install runs. Closes #3537
* rtemstoolkit: Remove test import for YAML.Chris Johns2017-10-251-1/+0
| | | | Closes #3204.
* tester: Refactor to use INI format files for BSP configurations.Chris Johns2017-10-241-4/+28
| | | | | | | - Add support for user condfigurations files with the --user-config. - Add support for a $HOME/.rtemstesterrc for a user configuration. Closes #3204.
* rtemstoolkit: Add Python INI configuration support.Chris Johns2017-05-151-0/+137