Add MLD testing to cucumber tests

This commit is contained in:
Michael Krasnyk
2017-03-11 09:26:12 +01:00
parent 81771a3bfd
commit fe5d1a6e74
21 changed files with 295 additions and 39 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ Feature: Avoid weird loops caused by rounding errors
Background:
Given the profile "testbot"
@via
Scenario: Weird sidestreet loops
Given the node map
"""
@@ -72,7 +73,7 @@ Feature: Avoid weird loops caused by rounding errors
| from | to | route |
| x | y | abc,abc |
@412
@412 @via
Scenario: Avoid weird loops 3
And the node map
"""
+2
View File
@@ -240,6 +240,7 @@ Feature: Weight tests
| e,d | ,, | 40m +-.1 | 4.009,1.11,0 | 189.9s,100s,0s |
| d,e | ,, | 40m +-.1 | 2.21,1.11,0 | 10.1s,100s,0s |
@traffic @speed
Scenario: Step weights -- segment_function with speed and turn updates
Given the profile file "testbot" extended with
"""
@@ -286,6 +287,7 @@ Feature: Weight tests
| a,e | ,, | 60.1m | 68.7,10,0 | 38.5s,11s,0s |
| d,e | ,, | 39.9m | 10,10,0 | 11s,11s,0s |
@traffic @speed
Scenario: Step weights -- segment_function with speed and turn updates with fallback to durations
Given the profile file "testbot" extended with
"""