VW: update process replay route (#20239)

* VW: update process replay route

* update refs
pull/20242/head
Adeeb Shihadeh 4 years ago committed by GitHub
parent 979319e4be
commit f3f44e43e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      selfdrive/test/process_replay/process_replay.py
  2. 2
      selfdrive/test/process_replay/ref_commit
  3. 2
      selfdrive/test/process_replay/test_processes.py

@ -341,12 +341,7 @@ def python_replay_process(cfg, lr):
os.environ['FINGERPRINT'] = ""
for msg in lr:
if msg.which() == 'carParams':
# TODO: get a stock VW route
if "Generic Volkswagen" in msg.carParams.carFingerprint:
os.environ['FINGERPRINT'] = "VOLKSWAGEN GOLF"
else:
os.environ['FINGERPRINT'] = msg.carParams.carFingerprint
break
manager.prepare_managed_process(cfg.proc_name)
mod = importlib.import_module(manager.managed_processes[cfg.proc_name])

@ -1 +1 @@
91ee1cbfa09ffa65b0603714637aee00d184783d
21cbc622d0389e09806b33f91912f1a28872cf07

@ -21,7 +21,7 @@ segments = [
("SUBARU", "4d70bc5e608678be|2021-01-15--17-02-04--5"), # SUBARU.IMPREZA
("GM", "ae3ed0eb20960a20|2021-01-15--15-04-06--8"), # GM.VOLT
("NISSAN", "e4d79cf6b8b19a0d|2021-01-17--14-48-08--7"), # NISSAN.XTRAIL
("VOLKSWAGEN", "18105fc8427a07e1|2021-01-18--21-24-08--12"), # VW.GOLF
("VOLKSWAGEN", "e2a273d7e6eecec2|2021-03-03--16-05-26--4"), # VW.AUDI_A3
# Enable when port is tested and dascamOnly is no longer set
#("MAZDA", "32a319f057902bb3|2020-04-27--15-18-58--2"), # MAZDA.CX5

Loading…
Cancel
Save