This commit is contained in:
Jordi Arranz 2023-01-11 11:45:49 +00:00
parent 14211e0152
commit 027a29ef29
2 changed files with 1 additions and 3 deletions

View File

@ -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"

View File

@ -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