ct: Remove usage of deprecated ct_slave in tests #9560
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These commits update the
common_test
test suite to:ct_slave
andslave
modules in tests (with the exception of thect_slave
tests itself, and sometest_server
tests fortest_server:start_node
)ct:pal
toct:log
in most top-level test suites (except forct_log_SUITE
, which explicitly wants to test them), since the stdout ofpeer
nodes won't be shown on the main test nodes & IMO make sense to contain to the HTML logscte_track
event handler in tests for both local and GitHub-based runsThe second and third commit are of course a bit opinionated, so I'm happy to drop them (and possibly make
peer
log to our stdout) if wanted.