cucumber cleanup, removed unused code
This commit is contained in:
@@ -1,10 +1,34 @@
|
||||
@stress @launch
|
||||
@stress
|
||||
Feature: Launching and shutting down
|
||||
|
||||
Background:
|
||||
Given the speedprofile "testbot"
|
||||
Given the profile "testbot"
|
||||
|
||||
Scenario: Repeated launch and shutdown
|
||||
Scenario: Stress - 10km routing
|
||||
#osrm-routed hangs very often
|
||||
Given a grid size of 10000 meters
|
||||
Given the node map
|
||||
| h | a | b |
|
||||
| g | x | c |
|
||||
| f | e | d |
|
||||
|
||||
And the ways
|
||||
| nodes | highway |
|
||||
| xa | primary |
|
||||
| xb | primary |
|
||||
| xc | primary |
|
||||
| xd | primary |
|
||||
| xe | primary |
|
||||
| xf | primary |
|
||||
| xg | primary |
|
||||
| xh | primary |
|
||||
|
||||
When I route 100 times I should get
|
||||
| from | to | route |
|
||||
| x | h | xh |
|
||||
|
||||
Scenario: Stress - 10km routing
|
||||
#osrm-routed hangs sometimes
|
||||
Given a grid size of 10000 meters
|
||||
Given the node map
|
||||
| h | a | b |
|
||||
@@ -31,4 +55,4 @@ Feature: Launching and shutting down
|
||||
| x | e | xe |
|
||||
| x | f | xf |
|
||||
| x | g | xg |
|
||||
| x | h | xh |
|
||||
| x | h | xh |
|
||||
|
||||
Reference in New Issue
Block a user