Skip to content

Commit

Permalink
added test refs eclipse-sumo#9660
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Nov 25, 2021
1 parent 0ba28bb commit 59bc643
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-o out.rou.xml -n input_net.net.xml
-p --duration 1800 --until 12:0:0 --parking-areas input_additional.add.xml
--abs-occupancy 2
--start-at-stop
Empty file.
24 changes: 24 additions & 0 deletions tests/tools/route/addStops2Routes/stationary_noRoutes/routes.tools
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated on 2021-11-25 22:33:16.489988 by addStops2Routes.py v1_11_0+0103-2bf86f8
<configuration>
<abs-occupancy value="2"/>
<duration value="1800"/>
<net-file value="input_net.net.xml"/>
<output-file value="out.rou.xml"/>
<parking value="True"/>
<parking-areas value="input_additional.add.xml"/>
<start-at-stop value="True"/>
<until value="12:0:0"/>
</configuration>
-->
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="pCN.0" depart="0" departPos="stop"/>
<route edges="CN"/>
<stop parkingArea="pCN" duration="1800" until="12:0:0"/>
</vehicle>
<vehicle id="pCN.1" depart="0" departPos="stop"/>
<route edges="CN"/>
<stop parkingArea="pCN" duration="1800" until="12:0:0"/>
</vehicle>
</routes>
5 changes: 4 additions & 1 deletion tests/tools/route/addStops2Routes/testsuite.tools
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ parkingArea
# generated vehicles that start at the destination stop
stationary

# generated trips that start at the destination stop
# generate trips that start at the destination stop
stationary_trips

# generate routes that start at each parkingArea without input route file
stationary_noRoutes

0 comments on commit 59bc643

Please sign in to comment.