This commit is contained in:
notplants 2023-07-17 15:24:00 +02:00
parent 6fcd4b2b36
commit f02eb2053d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class CowmeshRouterIperfTester:
# destination nodes includes all routers plus an additional node in bangalore
# to test the connection the public internet
destination_nodes = NODES + "bangalore"
destination_nodes = NODES + ["bangalore"]
for node_a in NODES:
for node_b in destination_nodes: