Skip to content

Commit

Permalink
added test refs #13494, #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 12, 2024
1 parent 0136a1a commit 069e576
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 0 deletions.
Expand Up @@ -5,3 +5,6 @@ vehicle_closedEnroute

# ignore rerouter based permission changes
vehicle_closedAlready_ignore

# ignore rerouter based permission changes (enabled with option)
vehicle_closedAlready_ignore_option
@@ -0,0 +1,4 @@
Warning: Teleporting vehicle 'VehicleClosedAlready'; waited too long (wrong lane), lane='middle_0', time=1345.00.
Warning: Vehicle 'VehicleClosedAlready' is not allowed on source edge 'middle2'.
Warning: No route for vehicle 'VehicleClosedAlready' found.
Warning: Vehicle 'VehicleClosedAlready' ends teleporting on edge 'end', time=1364.00.
@@ -0,0 +1,3 @@
--route-files=input_routes2.rou.xml
--device.rerouting.mode 8
-b 800
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2024-04-12 11:07:05 by Eclipse SUMO sumo Version v1_19_0+1800-94653b5a96e
This data file and the accompanying materials
are made available under the terms of the Eclipse Public License v2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v20.html
This file may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License 2.0 are satisfied: GNU General Public License, version 2
or later which is available at
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">
<input>
<net-file value="net.net.xml"/>
<route-files value="input_routes3.rou.xml"/>
<additional-files value="input_additional.add.xml"/>
</input>
<output>
<write-license value="true"/>
<vehroute-output value="vehroutes.xml"/>
</output>
<time>
<begin value="800"/>
</time>
<processing>
<default.speeddev value="0"/>
</processing>
<report>
<xml-validation value="never"/>
<no-step-log value="true"/>
</report>
</configuration>
-->

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vehicle id="VehicleClosedAlready" depart="1000.00" arrival="1400.00">
<route edges="beg beg2 middle middle2 end end2"/>
</vehicle>

</routes>

0 comments on commit 069e576

Please sign in to comment.