higher scale

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

@ -342,7 +342,7 @@ class SixRoutersFourHosts(CustomTopo):
"execute": {
"use_pre_defined_function": True,
"command": ("measure_latency", (
'h1', '10.6.0.101', 30, 0.5, "s_to_d_latency_concurrent", [0, 130], "Latency from H1 to H6 with concurrent failure"))
'h1', '10.6.0.101', 30, 0.5, "s_to_d_latency_concurrent", [0, 150], "Latency from H1 to H6 with concurrent failure"))
},
"failures": [
@ -369,9 +369,9 @@ class SixRoutersFourHosts(CustomTopo):
"use_pre_defined_function": True,
"separate_definitions": True,
"command_pre": ("measure_latency", (
'h1', '10.6.0.101', 30, 0.5, "before_failure", [0, 100], "Latency from H1 to H6 before failure")),
'h1', '10.6.0.101', 30, 0.5, "before_failure", [0, 150], "Latency from H1 to H6 before failure")),
"command_post": ("measure_latency", (
'h1', '10.6.0.101', 30, 0.5, "after_failure", [0, 100], "Latency from H1 to H6 after failure"))
'h1', '10.6.0.101', 30, 0.5, "after_failure", [0, 150], "Latency from H1 to H6 after failure"))
},
"failures": [