summaryrefslogtreecommitdiff
path: root/tests/chutney/network.py
Commit message (Collapse)AuthorAgeFilesLines
* chutney test: include arti-extra binJim Newsome2026-03-111-18/+34
| | | | | Test the arti-extra bin, which includes most of `full` and `experimental` features, too.
* network.py: break up construction of configs listJim Newsome2026-03-111-47/+46
|
* chutney ci: convert chutney-script to a normal python moduleJim Newsome2026-03-111-0/+71
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.