Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshraghupathy committed Sep 29, 2024
1 parent 02152e3 commit a75a4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/system_health_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ def test_health_dpu_patch(self):

# Call the CLI command using CliRunner
runner = CliRunner()
result = runner.invoke(show.system_health.commands["system-health"], ["dpu", "DPU0"])
print("command:", show.system_health.commands)
result = runner.invoke(show.cli.commands["system-health"], ["dpu", "DPU0"])
print("command:", show.cli.commands)
# Assert the output and exit code
print("exit Coce:", result.exit_code)
assert "DPU0" in result.output
Expand Down

0 comments on commit a75a4d3

Please sign in to comment.