diff --git a/test/infamy/topologies/1x3.dot b/test/infamy/topologies/1x3.dot index b07c1b66..92333199 100644 --- a/test/infamy/topologies/1x3.dot +++ b/test/infamy/topologies/1x3.dot @@ -3,8 +3,8 @@ graph "1x3" { overlap="false"; esep="+80"; - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; + node [shape=record, fontname="DejaVu Sans Mono, Book"]; + edge [color="cornflowerblue", penwidth="2", fontname="DejaVu Serif, Book"]; host [ label="host | { tgt | data0 | data1 }", diff --git a/test/infamy/topologies/1x4.dot b/test/infamy/topologies/1x4.dot index afccd83e..a76c5e5c 100644 --- a/test/infamy/topologies/1x4.dot +++ b/test/infamy/topologies/1x4.dot @@ -3,8 +3,8 @@ graph "1x4" { overlap="false"; esep="+80"; - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; + node [shape=record, fontname="DejaVu Sans Mono, Book"]; + edge [color="cornflowerblue", penwidth="2", fontname="DejaVu Serif, Book"]; host [ label="host | { tgt | data0 | data1 | data2 }", diff --git a/test/infamy/topologies/2x2.dot b/test/infamy/topologies/2x2.dot index d3ba4d16..7e2404f9 100644 --- a/test/infamy/topologies/2x2.dot +++ b/test/infamy/topologies/2x2.dot @@ -3,8 +3,8 @@ graph "2x2" { overlap="false"; esep="+40"; - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; + node [shape=record, fontname="DejaVu Sans Mono, Book"]; + edge [color="cornflowerblue", penwidth="2", fontname="DejaVu Serif, Book"]; host [ label="host | { mgmt1 | data1 | mgmt2 | data2 }", diff --git a/test/infamy/topologies/2x4.dot b/test/infamy/topologies/2x4.dot index db3da80e..2ec9e335 100644 --- a/test/infamy/topologies/2x4.dot +++ b/test/infamy/topologies/2x4.dot @@ -3,8 +3,8 @@ graph "2x4" { overlap="false"; esep="+40"; - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; + node [shape=record, fontname="DejaVu Sans Mono, Book"]; + edge [color="cornflowerblue", penwidth="2", fontname="DejaVu Serif, Book"]; host [ label="host | { mgmt1 | data10 | data11 | <> \n\n\n\n\n\n | mgmt2 | data20 | data21 }", diff --git a/test/infamy/topologies/ring-4-duts.dot b/test/infamy/topologies/ring-4-duts.dot index 0253dbee..fb649e9b 100644 --- a/test/infamy/topologies/ring-4-duts.dot +++ b/test/infamy/topologies/ring-4-duts.dot @@ -4,9 +4,9 @@ graph "ring-4-duts" { esep="+20"; splines=true; size=10; - - node [shape=record, fontname="monospace"]; - edge [color="cornflowerblue", penwidth="2"]; + + node [shape=record, fontname="DejaVu Sans Mono, Book"]; + edge [color="cornflowerblue", penwidth="2", fontname="DejaVu Serif, Book"]; host [ label=" { host | { mgmt4 | data4 | mgmt1 | data1 | data2 | mgmt2 | data3 | mgmt3 } }", @@ -36,7 +36,7 @@ graph "ring-4-duts" { label="{ ring2 | cross | ring1 } | { { data | mgmt } | \n R3 \n10.0.0.3/32 \n(lo) }", pos="250,50!" kind="infix", - ]; + ]; host:mgmt1 -- R1:mgmt [kind=mgmt, color="lightgray"] host:mgmt2 -- R2:mgmt [kind=mgmt, color="lightgray"] @@ -51,7 +51,7 @@ graph "ring-4-duts" { # Ring R1:ring1 -- R2:ring2 [color="blue",headlabel=".2", label="10.0.12.1/30", taillabel=".1", labeldistance=1, fontcolor="blue"] - R2:ring1 -- R3:ring2 [color="blue",headlabel=".2", label="10.0.23.0/30", taillabel=".1", labeldistance=1, fontcolor="blue"] + R2:ring1 -- R3:ring2 [color="blue",headlabel=".2", label="10.0.23.0/30", taillabel=".1", labeldistance=1, fontcolor="blue"] R3:ring1 -- R4:ring2 [color="blue",headlabel=".2", label="192.168.4.0/24", taillabel=".1", labeldistance=1 fontcolor="blue"] R4:ring1 -- R1:ring2 [color="blue",headlabel=".2", label="10.0.41.0/30", taillabel=".1", labeldistance=1, fontcolor="blue"]