Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
Signed-off-by: Maureen Jean <[email protected]>
  • Loading branch information
mjean308 committed Sep 18, 2024
1 parent 9a07efc commit 560dc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/util/soak_test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def schedule_jobs(self):
job_results = {}
# check if nodes are still configured properly
cmd = f"ls {self.test_env.log_dir}"
node_results = run_remote(log, node_list, cmd, verbose=False)
node_results = run_remote(self.log, node_list, cmd, verbose=False)
if node_results.failed_hosts:
node_list.remove(node_results.failed_hosts)
self.down_nodes.update(node_results.failed_hosts)
Expand Down

0 comments on commit 560dc56

Please sign in to comment.