Revert "test_onroad: update modeld proc name"

This reverts commit 65f37bb46982c73d8c84ca576d7dd48edacea5d1.

old-commit-hash: 00388ca795
testing-closet^2
Adeeb Shihadeh 11 months ago
parent e920e57530
commit 328079f8ad
  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