test: update infix-containers topologies

This commit is contained in:
Ahmed Karic
2024-09-16 14:20:52 +02:00
committed by Mattias Walström
parent 935c5e1af9
commit 3a8bede611
8 changed files with 7 additions and 76 deletions
@@ -1,24 +0,0 @@
graph "1x2" {
layout="neato";
overlap="false";
esep="+20";
node [shape=record, fontname="monospace"];
edge [color="cornflowerblue", penwidth="2"];
host [
label="host | { <tgt> tgt | <data> | data }",
pos="0,12!",
kind="controller",
];
target [
label="{ <mgmt> mgmt | <data> data } | target",
pos="10,12!",
kind="infix",
];
host:tgt -- target:mgmt [kind=mgmt]
host:data -- target:data
}
@@ -0,0 +1 @@
../../../infamy/topologies/1x2.dot
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

@@ -1,13 +1,13 @@
graph "1x2" {
layout="neato";
overlap="false";
esep="+20";
esep="+80";
node [shape=record, fontname="monospace"];
edge [color="cornflowerblue", penwidth="2"];
host [
label="host | { <tgt> tgt | <data> | data }",
label="host | { <tgt> tgt | <data> data }",
pos="0,12!",
kind="controller",
];
@@ -20,5 +20,5 @@ graph "1x2" {
];
host:tgt -- target:mgmt [kind=mgmt]
host:data -- target:data
}
host:data -- target:data [color=black, fontcolor=black, fontsize=12, taillabel="10.0.0.1/24", headlabel="10.0.0.2/24"]
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

@@ -1,24 +0,0 @@
graph "1x2" {
layout="neato";
overlap="false";
esep="+20";
node [shape=record, fontname="monospace"];
edge [color="cornflowerblue", penwidth="2"];
host [
label="host | { <tgt> tgt | <data> | data }",
pos="0,12!",
kind="controller",
];
target [
label="{ <mgmt> mgmt | <data> data } | target",
pos="10,12!",
kind="infix",
];
host:tgt -- target:mgmt [kind=mgmt]
host:data -- target:data
}
@@ -0,0 +1 @@
../container_bridge/topology.dot
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

@@ -1,24 +0,0 @@
graph "1x2" {
layout="neato";
overlap="false";
esep="+20";
node [shape=record, fontname="monospace"];
edge [color="cornflowerblue", penwidth="2"];
host [
label="host | { <tgt> tgt | <data> | data }",
pos="0,12!",
kind="controller",
];
target [
label="{ <mgmt> mgmt | <data> data } | target",
pos="10,12!",
kind="infix",
];
host:tgt -- target:mgmt [kind=mgmt]
host:data -- target:data
}
@@ -0,0 +1 @@
../container_bridge/topology.dot
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB