Revert "test_onroad: update modeld proc name"

This reverts commit 4684651dc5.
pull/32696/head
Adeeb Shihadeh 11 months ago
parent 5b51f03967
commit 00388ca795
  1. 2
      selfdrive/test/test_onroad.py

@ -309,7 +309,7 @@ class TestOnroad:
assert max(mems) - min(mems) <= 3.0 assert max(mems) - min(mems) <= 3.0
def test_gpu_usage(self): 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): def test_camera_processing_time(self):
result = "\n" result = "\n"

Loading…
Cancel
Save