Skip to content

Commit

Permalink
dt: remove warning about unimplemented function
Browse files Browse the repository at this point in the history
Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
  • Loading branch information
ivotron committed Sep 13, 2024
1 parent 3bf5869 commit f4c27fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/rptest/services/rpk_producer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ def output_line_count(self):
def stop_node(self, node):
self._stopping.set()
node.account.kill_process("rpk", clean_shutdown=False)

def clean_node(self, node):
pass

0 comments on commit f4c27fd

Please sign in to comment.