mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
test_onroad: update modeld proc name
old-commit-hash: 4684651dc55dd0fb95fe33686ad519309f988bfd
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user