-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ccmlib/node.py: extract logic of running nodetool into separate method
Separate parameterizing nodetool and actually invoking it. The parameterizing is about to diverege for node.py and scylla_node.py, so this separation allows us to reuse just the invoke logic, while letting the two go on its separate ways when it comes to parameterizing.
- Loading branch information
Showing
1 changed file
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters