2012-09-30 08:40:59 -04:00
|
|
|
@routing @car @barrier
|
2012-10-01 07:27:08 -04:00
|
|
|
Feature: Car - Barriers
|
2012-09-30 08:40:59 -04:00
|
|
|
|
|
|
|
Background:
|
2012-12-16 07:36:47 -05:00
|
|
|
Given the profile "car"
|
2012-09-30 08:40:59 -04:00
|
|
|
|
2013-07-09 08:08:24 -04:00
|
|
|
Scenario: Car - Barriers
|
2012-09-30 08:40:59 -04:00
|
|
|
Then routability should be
|
2012-10-03 13:04:56 -04:00
|
|
|
| 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 |
|
2012-10-03 13:04:56 -04:00
|
|
|
| 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
|
2012-10-03 13:04:56 -04:00
|
|
|
| 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 | |
|