osrm-backend/features/car/barrier.feature
2012-10-01 12:36:06 +02:00

29 lines
1.2 KiB
Gherkin

@routing @car @barrier
Feature: Barriers
Background:
Given the speedprofile "car"
Scenario: Barriers and cars
Then routability should be
| highway | node/barrier | node/access | bothw |
| primary | | | x |
| primary | bollard | | |
| primary | gate | | |
| primary | cattle_grid | | |
| primary | border_control | | |
| primary | toll_booth | | |
| primary | sally_port | | |
| primary | bollard | yes | x |
| primary | gate | yes | x |
| primary | cattle_grid | yes | x |
| primary | border_control | yes | x |
| primary | toll_booth | yes | x |
| primary | sally_port | yes | x |
| primary | bollard | motorcar | x |
| primary | bollard | motor_vehicle | x |
| primary | bollard | vehicle | x |
| primary | bollard | motorcar | x |
| primary | bollard | permissive | x |
| primary | bollard | designated | x |