aboutsummaryrefslogtreecommitdiff
path: root/tests/chutney/config.py
Commit message (Collapse)AuthorAgeFilesLines
* chutney test: include arti-extra binJim Newsome2026-03-111-0/+2
| | | | | Test the arti-extra bin, which includes most of `full` and `experimental` features, too.
* chutney ci: convert chutney-script to a normal python moduleJim Newsome2026-03-111-1/+2
| | | | | | | | | | | | | This will give us a bit more flexibility, e.g. to pass additional arguments. Now that the python linters understand it, we fix some linting issues. We preserve the ability to run the test on other networks by making the Config.network optional. The new default of `None` means to use the built-in module to create the network. The functionality of the test itself is the same.
* Document tests/chutney/config.pyJim Newsome2026-03-051-0/+13
|
* chutney test: drop jq dependencyJim Newsome2026-03-041-1/+0
|
* chutney bootstrap: convert to pythonJim Newsome2026-03-041-0/+11
| | | | | This is primarily a proof-of-concept for converting these scripts before tackling the more complext 'test' script.
* chutney test: dump config as json, for use by python scriptsJim Newsome2026-03-041-0/+5
|
* chutney Config: use json-friendly typesJim Newsome2026-03-041-5/+5
| | | | | In particular, use `str` instead of `Path`, so that it's directly encodable and decodable by the json module.
* chutney CI: move config class to a module for reuseJim Newsome2026-03-041-0/+15