test_onroad: update modeld proc name

old-commit-hash: 4684651dc5
testing-closet^2
Adeeb Shihadeh 11 months ago
parent 9233bc4965
commit 83350bbd22
  1. 2
      selfdrive/test/test_onroad.py

@ -309,7 +309,7 @@ class TestOnroad:
assert max(mems) - min(mems) <= 3.0
def test_gpu_usage(self):
assert self.gpu_procs == {"weston", "ui", "camerad", "selfdrive.modeld.modeld"}
assert self.gpu_procs == {"weston", "ui", "camerad", "selfdrive.model"}
def test_camera_processing_time(self):
result = "\n"

Loading…
Cancel
Save