summaryrefslogtreecommitdiff
path: root/tests/chutney/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* chutney test: include arti-extra binJim Newsome2026-03-111-1/+1
| | | | | Test the arti-extra bin, which includes most of `full` and `experimental` features, too.
* chutney test: don't override CHUTNEY_START_TIMEJim Newsome2026-03-111-3/+0
| | | | | The default has been increased to 300, so there's no need to override it here.
* chutney ci: convert chutney-script to a normal python moduleJim Newsome2026-03-111-2/+18
| | | | | | | | | | | | | 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.
* chutney test: convert to pythonJim Newsome2026-03-041-2/+2
|
* chutney bootstrap: convert to pythonJim Newsome2026-03-041-11/+21
| | | | | This is primarily a proof-of-concept for converting these scripts before tackling the more complext 'test' script.
* Bump chutneyJim Newsome2026-01-211-1/+3
| | | | Bump chutney, and migrate to CLI changes introduced in chutney!101
* chutney ci: remove CHUTNEY_BIN env variableJim Newsome2025-09-291-2/+2
| | | | | | This wasn't a pre-existing environment variable, and now it can be set via command-line if it needs to be overridden. I don't see much reason to use an environment variable here.
* chutney ci: move "chutney bootstrap" from `setup` to `bootstrap`Jim Newsome2025-09-291-0/+13
This makes the `setup` script a bit more clearly single-purpose of resolving and storing the configuration, without actually acting on it yet.