Skip to content

Test suite can test on the real Tor network

boyska requested to merge test-suite-real-Tor-network into stable

Our test suite is based on chutney, which has tons of advantages. Sometimes, however, we wonder what would happen with the "real" Tor network. This MR tries to do exactly that.

The current implementation does not run any scenario in real Tor mode: any support for it has actually be stripped out of this MR. It merely:

  • adds --disable-chutney
  • make it so that running Jenkins on a branch ending in +real-Tor will run --disable-chutney automatically

refs #12210

closes #18847 (closed)

Edited by boyska

Merge request reports