mirror of https://github.com/vacp2p/wakurtosis.git
Minor
This commit is contained in:
parent
14211e0152
commit
027a29ef29
|
@ -53,7 +53,7 @@ SAME_TOML_CONFIGURATION = True
|
|||
# Topology
|
||||
TOPOLOGY_FILE_NAME = "topology"
|
||||
TOPOLOGIES_LOCATION = "github.com/logos-co/wakurtosis/config/network_topology/"
|
||||
DEFAULT_TOPOLOGY_FILE = "waku_test_topology_small.json"
|
||||
DEFAULT_TOPOLOGY_FILE = "network_data.json"
|
||||
|
||||
NUMBER_TEST_MESSAGES = 50
|
||||
DELAY_BETWEEN_TEST_MESSAGE = "0.5"
|
||||
|
|
|
@ -97,6 +97,4 @@ def set_up_wsl(services, simulation_time, message_rate, min_packet_size, max_pac
|
|||
)
|
||||
)
|
||||
|
||||
print('kurtosis service logs wakurtosis SERVICE-GUID')
|
||||
|
||||
return wsl_service
|
Loading…
Reference in New Issue