higher scale

master
Frederik Maaßen 2 years ago
parent 54214f14ea
commit 2ee01a668f
  1. 6
      implementation/topologies/8r4h_topo.py

@ -361,10 +361,10 @@ class EightRoutersFourHosts(CustomTopo):
"separate_definitions": True,
"command_pre": ("measure_link_usage_bandwidth", (
{"client": "h1", "server": "h8", "server_ip": "10.8.0.101"}, {"client": "h4", "server": "h1", "server_ip": "10.1.0.101"}, 30, 1, "bandwidth_link_usage_pre_failure", "TCP Bandwidth before failure", "tcp", 100,
[0, 100])),
[0, 130])),
"command_post": ("measure_link_usage_bandwidth", (
{"client": "h1", "server": "h8", "server_ip": "10.8.0.101"}, {"client": "h4", "server": "h1", "server_ip": "10.1.0.101"}, 30, 1, "bandwidth_link_usage_post_failure", "TCP Bandwidth after failure", "tcp", 100,
[0, 100]))
[0, 130]))
},
"failures": [
{
@ -391,7 +391,7 @@ class EightRoutersFourHosts(CustomTopo):
{"client": "h1", "server": "h8", "server_ip": "10.8.0.101"},
{"client": "h4", "server": "h1", "server_ip": "10.1.0.101"}, 30, 1,
"bandwidth_link_usage_concurrent_failure", "TCP Bandwidth with concurrent failure", "tcp", 100,
[0, 100])),
[0, 130])),
},
"failures": [
{