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
|
Feature: Testbot - side bias
|
||||||
|
|
||||||
Scenario: Left-hand bias
|
Scenario: Left-hand bias
|
||||||
|
Given the valhalla admin db "left"
|
||||||
Given the profile file "car" initialized with
|
Given the profile file "car" initialized with
|
||||||
"""
|
"""
|
||||||
profile.properties.left_hand_driving = true
|
profile.properties.left_hand_driving = true
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
Feature: Turn Lane Guidance
|
Feature: Turn Lane Guidance
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
Given the valhalla admin db "left"
|
||||||
Given the profile "car"
|
Given the profile "car"
|
||||||
Given a grid size of 100 meters
|
Given a grid size of 100 meters
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
Feature: Basic Roundabout
|
Feature: Basic Roundabout
|
||||||
|
|
||||||
Background:
|
Background:
|
||||||
|
Given the valhalla admin db "left"
|
||||||
Given a grid size of 10 meters
|
Given a grid size of 10 meters
|
||||||
Given the profile file "car" initialized with
|
Given the profile file "car" initialized with
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user