Skip to content

Commit

Permalink
Revert "test_onroad: update modeld proc name"
Browse files Browse the repository at this point in the history
This reverts commit 4684651.
  • Loading branch information
adeebshihadeh committed Jun 11, 2024
1 parent 5b51f03 commit 00388ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/test_onroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_memory_usage(self):
assert max(mems) - min(mems) <= 3.0

def test_gpu_usage(self):
assert self.gpu_procs == {"weston", "ui", "camerad", "selfdrive.model"}
assert self.gpu_procs == {"weston", "ui", "camerad", "selfdrive.modeld.modeld"}

def test_camera_processing_time(self):
result = "\n"
Expand Down

0 comments on commit 00388ca

Please sign in to comment.