Skip to content

fix(qa): Improve extra argument passing to zebra - #9858

Merged
mergify[bot] merged 8 commits into
mainfrom
qa-args-zebra
Sep 11, 2025
Merged

fix(qa): Improve extra argument passing to zebra#9858
mergify[bot] merged 8 commits into
mainfrom
qa-args-zebra

Conversation

@oxarbitrage

Copy link
Copy Markdown
Contributor

Motivation

We want to improve how the Python test framework passes arguments to Zebra.

At this stage, the focus is on updating the configuration file; no environment variables are being passed to the binary.

Closes #9720

Solution

  • Added a config.py module to centralize config file and argument modifications.
  • Updated all tests to use this new module.
  • Enabled lockbox disbursements via the config in regtest mode.
  • Added a new feature_nu6_1.py test.

Tests

All tests in the framework pass locally.

PR Checklist

  • The PR name is suitable for the release notes.
  • The solution is tested.
  • The documentation is up to date.

@oxarbitrage oxarbitrage added the C-testing Category: These are tests label Sep 2, 2025
@oxarbitrage
oxarbitrage requested review from a team as code owners September 2, 2025 23:31
@oxarbitrage
oxarbitrage requested review from arya2 and removed request for a team September 2, 2025 23:32
mergify Bot added a commit that referenced this pull request Sep 11, 2025
@mergify
mergify Bot merged commit f3c0347 into main Sep 11, 2025
10 checks passed
@mergify
mergify Bot deleted the qa-args-zebra branch September 11, 2025 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-testing Category: These are tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(qa): Improve how we set up zebrad start arguments

2 participants