osrm-backend/features/barrier.feature

51 lines
2.4 KiB
Gherkin
Raw Normal View History

2012-09-29 05:32:53 -04:00
@routing @barrier
Feature: Barriers
Scenario: Barriers and cars
Given the speedprofile "car"
Then routability should be
2012-09-30 07:18:23 -04:00
| 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 |
2012-09-29 05:32:53 -04:00
Scenario: Barriers and bicycles
Given the speedprofile "bicycle"
Then routability should be
2012-09-30 07:18:23 -04:00
| highway | node/barrier | node/access | bothw |
| primary | | | x |
| primary | bollard | | x |
| 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 | |
| primary | bollard | motor_vehicle | |
| primary | bollard | vehicle | x |
| primary | bollard | motorcar | |
| primary | bollard | permissive | x |
| primary | bollard | designated | x |