Skip to content

Commit

Permalink
rocescanner: Actually call process() in test_roce_notibmz test
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmatuska authored and pirat89 committed Mar 12, 2024
1 parent db8a0cf commit 214ed9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,5 @@ def mocked_roce_lines():
monkeypatch.setattr(rocescanner.api, 'current_actor', CurrentActorMocked(arch=arch))
monkeypatch.setattr(rocescanner.api.current_actor(), 'produce', mocked_produce)
monkeypatch.setattr(rocescanner, 'get_roce_nics_lines', lambda: mocked_roce_lines)
rocescanner.process()
assert not mocked_produce.called

0 comments on commit 214ed9b

Please sign in to comment.