Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/trip/randomTrips/testsuite.tools
428384 views
# modifying, saving and loading of edge probability weights
weights

# various tests for setting additional vehicle attributes
attributes

# generate persons instead of vehicles
persons
saveConfig
saveTemplate

# saveConfig to stdout
saveStdout
loadConfig
simple

# write compressed routes
compressed
begin_end_human_readable

# randomize departure times
random-depart

# randomize subsecond departure times
random-depart_subsecond

# fractional depart times
fractional

# make sure that source and sink are a minimum distance appart
minimum_distance
minimum_distance_exceeded

# make sure that source and sink are a minimum distance appart but this does not apply to fringe edges
minimum_distance_fringe

# disturb fastest-path-search
random-routing-factor

# call marouter instead of duarouter
marouter

# call marouter instead of duarouter
marouter_flows

# consider vehicle class when picking source- and destination edges if option --vclass is used
vclass

# test trips with intermediate waypoints
intermediate
no_valid_edges
no_valid_intermediate_edges

# option --intermediate is given but no intermediate edges are available
no_valid_intermediate_edges_fail

# use binomially distributed arrivals
binomial

# use binomially distributed arrivals
binomial_low

# generate validated trips
validate

# generate validated trips
validate_vclass
validate_intermediate

# generate validated trips
validate_flows

# setting non-positive period should fail
period_positive

# setting non-positive period should fail even with binomial
period_positive_with_binomial
all_fringe_network
flows

# create flows for jtrrouter (no to)
flows_jtrrouter
flows_binomial
flows_poisson

# use fromJunction and toJunction
junctionTaz

# use fromJunction and toJunction with flows
junctionTaz_flow
junctionTaz_validate

# prevent some edge types from being used as source or destination
viaEdgeType

# Test for having the options "additional-files" and "vtype-output" and vClass
additional_and_vClass

# do not start/end trips on roundabout
roundabout

# explicitly permit trips that start/end trips on roundabout
roundabout_allow

# This test suite checks that argument forwarding to duarouter works correctly.
duarouter_options

# This test suite checks that randomTrips behave correctly with multiple periods (when --period 1.0 0.5 is passed as an argument for instance), or equivalently when multiple insertion rates or densities are passed.
vehicle_insertion

# A test suite that tests error management for randomTrips.
errors