Added traffic tests to MLD testing

This commit is contained in:
Michael Krasnyk
2017-03-14 15:39:59 +01:00
parent 20c6b4682f
commit c39690195e
7 changed files with 22 additions and 7 deletions
+2
View File
@@ -280,6 +280,7 @@ Feature: Weight tests
2,3,5,25.5,16.7
"""
And the contract extra arguments "--segment-speed-file {speeds_file} --turn-penalty-file {penalties_file}"
And the customize extra arguments "--segment-speed-file {speeds_file} --turn-penalty-file {penalties_file}"
When I route I should get
| waypoints | route | distance | weights | times |
@@ -315,6 +316,7 @@ Feature: Weight tests
2,3,5,1
"""
And the contract extra arguments "--segment-speed-file {speeds_file} --turn-penalty-file {penalties_file}"
And the customize extra arguments "--segment-speed-file {speeds_file} --turn-penalty-file {penalties_file}"
When I route I should get
| waypoints | route | distance | weights | times |