fixed fingerprint for cpu usage test

old-commit-hash: 421c4942371f45979db9076337e1deddaf898df6
This commit is contained in:
Adeeb Shihadeh
2020-12-16 12:14:18 -08:00
parent 8bc42f4aff
commit 625a59c22a

View File

@@ -66,6 +66,7 @@ def test_cpu_usage():
# start manager
os.environ['SKIP_FW_QUERY'] = "1"
os.environ['FINGERPRINT'] = "TOYOTA COROLLA TSS2 2019"
manager_path = os.path.join(BASEDIR, "selfdrive/manager.py")
manager_proc = subprocess.Popen(["python", manager_path])
try: