From 8a15a8a9002c7a702445e535ffff44c13b07d90c Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Fri, 27 Mar 2020 21:54:40 -0700 Subject: [PATCH] add nissan to test_processes old-commit-hash: fca82ba503a663ec97b7ba89c2c3da80aef739b2 --- selfdrive/test/process_replay/ref_commit | 2 +- selfdrive/test/process_replay/test_processes.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/selfdrive/test/process_replay/ref_commit b/selfdrive/test/process_replay/ref_commit index 8d0ad28e3..c0f3146ff 100644 --- a/selfdrive/test/process_replay/ref_commit +++ b/selfdrive/test/process_replay/ref_commit @@ -1 +1 @@ -b3a13cf9ea5bcf81bf7dcf6c289146d6d2915417 \ No newline at end of file +25afb84fab97e7ccd593c7de4648c9a66089d188 \ No newline at end of file diff --git a/selfdrive/test/process_replay/test_processes.py b/selfdrive/test/process_replay/test_processes.py index f57fc83c3..6425d38a7 100755 --- a/selfdrive/test/process_replay/test_processes.py +++ b/selfdrive/test/process_replay/test_processes.py @@ -25,11 +25,11 @@ segments = [ ("VOLKSWAGEN", "76b83eb0245de90e|2020-03-05--19-16-05--3"), # VW.GOLF # Enable when port is tested and dascamOnly is no longer set - # ("NISSAN", "fbbfa6af821552b9|2020-03-03--08-09-43--0"), # NISSAN.XTRAIL + ("NISSAN", "fbbfa6af821552b9|2020-03-03--08-09-43--0"), # NISSAN.XTRAIL ] # ford doesn't need to be tested until a full port is done -excluded_interfaces = ["mock", "ford", "nissan"] +excluded_interfaces = ["mock", "ford"] BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"