added left side driving support to the test.
This commit is contained in:
parent
ebe213c0db
commit
f4cde36f36
@ -2,6 +2,7 @@
|
||||
Feature: Testbot - side bias
|
||||
|
||||
Scenario: Left-hand bias
|
||||
Given the valhalla admin db "left"
|
||||
Given the profile file "car" initialized with
|
||||
"""
|
||||
profile.properties.left_hand_driving = true
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
Feature: Turn Lane Guidance
|
||||
|
||||
Background:
|
||||
Given the valhalla admin db "left"
|
||||
Given the profile "car"
|
||||
Given a grid size of 100 meters
|
||||
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
Feature: Basic Roundabout
|
||||
|
||||
Background:
|
||||
Given the valhalla admin db "left"
|
||||
Given a grid size of 10 meters
|
||||
Given the profile file "car" initialized with
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user