Skip to content

Commit

Permalink
update VW tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arne182 authored Mar 29, 2020
1 parent d1ae583 commit bcbb3c2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions selfdrive/test/test_car_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,20 @@ def get_route_log(route_name):
'enableCamera': True,
'enableDsu': False,
},
"791340bc01ed993d|2019-03-10--16-28-08": {
'carFingerprint': SUBARU.IMPREZA,
'enableCamera': True,
},
"76b83eb0245de90e|2019-10-20--15-42-29": {
'carFingerprint': VOLKSWAGEN.GOLF,
'enableCamera': True,
},
"791340bc01ed993d|2019-03-10--16-28-08": {
'carFingerprint': SUBARU.IMPREZA,
"972bfa9500dd3189|2020-02-24--12-34-56": {
'carFingerprint': VOLKSWAGEN.SKODA_SUPERB_B8,
'enableCamera': True,
},
"a589dcc642fdb10a|2020-03-28--06-56-26": {
'carFingerprint': VOLKSWAGEN.VW_TOURAN,
'enableCamera': True,
},
#"fbbfa6af821552b9|2020-03-03--08-09-43": {
Expand Down

0 comments on commit bcbb3c2

Please sign in to comment.