higher scale

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

@ -260,10 +260,10 @@ class SixRoutersFourHosts(CustomTopo):
"separate_definitions": True,
"command_pre": ("measure_link_usage_bandwidth", (
{"client": "h1", "server": "h6", "server_ip": "10.6.0.101"}, {"client": "h3", "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": "h6", "server_ip": "10.6.0.101"}, {"client": "h3", "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": [
{
@ -290,7 +290,7 @@ class SixRoutersFourHosts(CustomTopo):
{"client": "h1", "server": "h6", "server_ip": "10.6.0.101"},
{"client": "h3", "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": [
{