Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/connection/testsuite.complex
169686 views
# Tests whether busy sockets are reported
busySocket

# Tests whether repeated execution of client/server connections work (for both the client and the server being the one who ends first)
repeatedConnection

# connecting to two parallel instances
parallelConnection

# Defines test cases for multiple TraCI clients connecting to a SUMO TraCI server
multipleConnections

# Tests whether the connection is not closed by SUMO
clientCloses

# Tests whether outputs are closed
closingOutput

# test setting up multiple connections
multiconnect

# closing a connection object which is in the central dict
close_named

# closing a connection object without the central dict
close_instance

# test client-side command tracing when calling commands via the connection
tracing