cucumber cleanup, removed unused code

This commit is contained in:
Emil Tin
2012-12-16 13:36:47 +01:00
parent 7e9614b9ec
commit ec56478a3c
51 changed files with 187 additions and 349 deletions
+28 -4
View File
@@ -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 |