osrm-backend/features/car/barrier.feature

39 lines
1.2 KiB
Gherkin
Raw Normal View History

@routing @car @barrier
2012-10-01 07:27:08 -04:00
Feature: Car - Barriers
Background:
2012-12-16 07:36:47 -05:00
Given the profile "car"
2013-07-09 08:08:24 -04:00
Scenario: Car - Barriers
Then routability should be
| node/barrier | bothw |
| | x |
| bollard | |
| gate | x |
| cattle_grid | x |
| border_control | x |
| toll_booth | x |
| sally_port | x |
2013-07-09 08:08:24 -04:00
| entrance | x |
| wall | |
| fence | |
| some_tag | |
2012-10-01 07:27:08 -04:00
Scenario: Car - Access tag trumphs barriers
2012-10-01 05:55:44 -04:00
Then routability should be
| node/barrier | node/access | bothw |
| gate | | x |
| gate | yes | x |
| gate | permissive | x |
| gate | designated | x |
| gate | no | |
| gate | private | |
| gate | agricultural | |
| wall | | |
| wall | yes | x |
| wall | permissive | x |
| wall | designated | x |
| wall | no | |
| wall | private | |
| wall | agricultural | |