update VW and nissan test routes

old-commit-hash: 13ea3ccf6d
commatwo_master
Adeeb Shihadeh 4 years ago
parent ba72fdf804
commit 77817dbd50
  1. 4
      selfdrive/test/process_replay/process_replay.py
  2. 2
      selfdrive/test/process_replay/ref_commit
  3. 8
      selfdrive/test/process_replay/test_processes.py

@ -342,7 +342,9 @@ def python_replay_process(cfg, lr):
for msg in lr:
if msg.which() == 'carParams':
# TODO: get a stock VW route
if "Generic Volkswagen" not in msg.carParams.carFingerprint:
if "Generic Volkswagen" in msg.carParams.carFingerprint:
os.environ['FINGERPRINT'] = "VOLKSWAGEN GOLF"
else:
os.environ['FINGERPRINT'] = msg.carParams.carFingerprint
break

@ -1 +1 @@
9ffa2b9927f188bdc07be62b2cc4ee00e5632522
a18c174b26415b0f2b6a865ff661447a9f425c04

@ -20,16 +20,14 @@ segments = [
("CHRYSLER", "52d86230ee29aa84|2021-01-10--17-16-34--30"), # CHRYSLER.PACIFICA
("SUBARU", "4d70bc5e608678be|2021-01-15--17-02-04--5"), # SUBARU.IMPREZA
("GM", "ae3ed0eb20960a20|2021-01-15--15-04-06--8"), # GM.VOLT
# TODO: update this route
("VOLKSWAGEN", "76b83eb0245de90e|2020-03-05--19-16-05--3"), # VW.GOLF
("NISSAN", "fbbfa6af821552b9|2020-03-03--08-09-43--0"), # NISSAN.XTRAIL
("NISSAN", "e4d79cf6b8b19a0d|2021-01-17--14-48-08--7"), # NISSAN.XTRAIL
("VOLKSWAGEN", "18105fc8427a07e1|2021-01-18--21-24-08--12"), # VW.GOLF
# Enable when port is tested and dascamOnly is no longer set
#("MAZDA", "32a319f057902bb3|2020-04-27--15-18-58--2"), # MAZDA.CX5
]
# ford doesn't need to be tested until a full port is done
# dashcamOnly makes don't need to be tested until a full port is done
excluded_interfaces = ["mock", "ford", "mazda"]
BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"

Loading…
Cancel
Save